Skip to content

Commit df33049

Browse files
committed
ci: use GITHUB_TOKEN to upload release assets
1 parent 2ffb362 commit df33049

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- run: npm run package
1717
- run: node scripts/attach-gh-assets.js
1818
env:
19-
# https://github.com/cli/cli/discussions/3029
20-
GITHUB_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2120
DEBUG: api
2221
- run: node scripts/create-release-tag.js
2322
env:

0 commit comments

Comments
 (0)