Skip to content

Commit

Permalink
Fix gh login secret
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 27, 2023
1 parent f4e66c1 commit 3d8f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
- name: 'Set up GH CLI secret'
run: echo "${{secrets.GH_ACTIONS_PAT}}" >> token.txt
run: echo "${{secrets.VA_MOBILE_ROBOT_GITHUB_PAT}}" >> token.txt
- name: 'Log into GH CLI'
run: gh auth login --with-token < token.txt
- name: Use Node.js 18.x
Expand Down

0 comments on commit 3d8f18e

Please sign in to comment.