Skip to content

Commit 9229812

Browse files
committed
ci: add GITHUB_TOKEN
1 parent 6bdd338 commit 9229812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
- name: Release new version 🛠
5454
run: pnpm exec nx release ${{ github.event.inputs.version || '' }} --verbose --dryRun=${{ github.event.inputs.dryRun }}
5555
env:
56+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5657
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5758
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)