Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit df9a703

Browse files
authored
Merge pull request #415 from relay-tools/fix-missing-GH-token
Add missing github token
2 parents 2a377ab + c02aed1 commit df9a703

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
@@ -30,6 +30,7 @@ jobs:
3030
3131
- name: Create Release
3232
env:
33+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3435
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3536
run: yarn release

0 commit comments

Comments
 (0)