Skip to content

Commit edf82e0

Browse files
committed
ci: fix publish
1 parent 6558bd9 commit edf82e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build and Deploy Storybook
2626
run: yarn deploy-storybook --ci
2727
env:
28-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
2929

3030
# - name: Build and publish to npm
3131
# if: github.ref == 'refs/tags/v*' # Only run on version tags

0 commit comments

Comments
 (0)