Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN to upload release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Dec 10, 2022
1 parent 2ffb362 commit df33049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -16,8 +16,7 @@ jobs:
- run: npm run package
- run: node scripts/attach-gh-assets.js
env:
# https://github.com/cli/cli/discussions/3029
GITHUB_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: api
- run: node scripts/create-release-tag.js
env:
Expand Down

0 comments on commit df33049

Please sign in to comment.