Skip to content

Commit 42dc12f

Browse files
committed
update workflows
1 parent 721c919 commit 42dc12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-and-publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Release
3737
run: yarn release
3838
env:
39-
GITHUB_TOKEN: ${{ github.token }}
39+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4040

4141
- name: End Message
4242
run: echo "All done"

0 commit comments

Comments
 (0)