Skip to content

Commit

Permalink
CI deploy: Fix GH_TOKEN
Browse files Browse the repository at this point in the history
The fix comes from this issue:
storybook-eol/storybook-deployer#77
  • Loading branch information
jeppester committed Nov 5, 2021
1 parent cb178d8 commit 8a0aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- jest
if: success() && github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ github.actor }}:${{ secrets.GH_TOKEN }}
steps:
- name: checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 8a0aaab

Please sign in to comment.