We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6558bd9 commit edf82e0Copy full SHA for edf82e0
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build and Deploy Storybook
26
run: yarn deploy-storybook --ci
27
env:
28
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
29
30
# - name: Build and publish to npm
31
# if: github.ref == 'refs/tags/v*' # Only run on version tags
0 commit comments