Skip to content

Commit

Permalink
Fix checkout token param
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 22, 2023
1 parent f006750 commit 3cf2ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
steps:
- uses: actions/checkout@v4
with: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
with:
token: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3cf2ca6

Please sign in to comment.