Skip to content

Commit

Permalink
try adding token to checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed May 21, 2022
1 parent f0b632b commit dce1651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit dce1651

Please sign in to comment.