Skip to content

Commit

Permalink
[BUGS-6560]: Adds github login with token.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Jan 30, 2024
1 parent 65beb04 commit 00d3729
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ssh-auth-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: ignore
- name: Log in with GH auth
id: gh_auth
run: |
gh auth login --with-token < ${{ secrets.PANTHEONSYSTEMS_DEPLOY_TOKEN }}
gh auth status
- name: Get env variables
id: get_variables
run: |
Expand Down

0 comments on commit 00d3729

Please sign in to comment.