Skip to content

Commit 21b6578

Browse files
committed
chore: fix github token
1 parent 30f6797 commit 21b6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config user.email "${{ github.actor}}@users.noreply.github.com"
3030
npx lerna version --no-private --conventional-commits --yes
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
32+
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434
- name: Set Current Version
3535
run: |

0 commit comments

Comments
 (0)