Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Jun 26, 2022
1 parent 6337d86 commit cded9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- run: npm test
- run: npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cded9c4

Please sign in to comment.