Skip to content

Commit

Permalink
[BUGS-6560]: Different token method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Jan 30, 2024
1 parent f090186 commit 6fc4006
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ssh-auth-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Log in with GH auth
id: gh_auth
run: |
gh auth login --with-token ${{ secrets.PANTHEONSYSTEMS_DEPLOY_TOKEN }}
echo ${{ secrets.PANTHEONSYSTEMS_DEPLOY_TOKEN }} > authtmp.txt
gh auth login --with-token < authtmp.txt
rm authtmp.txt
gh auth status
- name: Get env variables
id: get_variables
Expand Down

0 comments on commit 6fc4006

Please sign in to comment.