Skip to content

Commit 026de7e

Browse files
authored
add github token
1 parent 085cf41 commit 026de7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish-github-packages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
outputs: |
3030
dist/github-contribution-grid-snake.svg
3131
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234

3335
# push the content of <build_dir> to a branch
3436
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page

0 commit comments

Comments
 (0)