Skip to content

Commit 5c933c5

Browse files
chore: change the env var name (github no longer allows secrets starting with GITHUB (#29)
1 parent e767426 commit 5c933c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
version: ${{ github.event.inputs.version }}
2121
tag: ${{ github.event.inputs.tag }}
2222
secrets:
23-
GH_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN}}
23+
GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN}}
2424
NPM_ACCESS_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)