Skip to content

Commit

Permalink
fix(gh-action): add token in actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Oct 24, 2021
1 parent 8b026ab commit 730f605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
needs: [build-and-test]
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: lts/*
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- name: 'Generate TypeDocs'
run: npm run docs
Expand Down

0 comments on commit 730f605

Please sign in to comment.