Skip to content

Commit

Permalink
🔒 Update tmate config for keys (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Oct 3, 2020
1 parent c9cdd52 commit f2dc653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Secure tmate session
run: curl https://github.com/tiangolo.keys > ~/.ssh/authorized_keys && echo set tmate-authorized-keys "~/.ssh/authorized_keys" > ~/.tmate.conf
run: curl https://github.com/tiangolo.keys > ~/.tmate_authorized_keys && echo set tmate-authorized-keys "~/.tmate_authorized_keys" > ~/.tmate.conf
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit f2dc653

Please sign in to comment.