We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085cf41 commit 026de7eCopy full SHA for 026de7e
.github/workflows/npm-publish-github-packages.yml
@@ -29,6 +29,8 @@ jobs:
29
outputs: |
30
dist/github-contribution-grid-snake.svg
31
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
32
+ env:
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
# push the content of <build_dir> to a branch
36
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page
0 commit comments