Skip to content

Commit c8c546a

Browse files
committed
fix(ci): add GH_TOKEN to complete job
The complete job uses gh CLI to create GitHub releases, which requires GH_TOKEN to be set in the environment.
1 parent 0144c13 commit c8c546a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
env:
247247
R2_RELEASES_ACCESS_KEY_ID: ${{ secrets.R2_RELEASES_ACCESS_KEY_ID }}
248248
R2_RELEASES_SECRET_ACCESS_KEY: ${{ secrets.R2_RELEASES_SECRET_ACCESS_KEY }}
249+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
249250
run: |
250251
# Authenticate with NPM
251252
cat << EOF > ~/.npmrc

0 commit comments

Comments
 (0)