Skip to content

Commit

Permalink
Merge pull request #23006 from storybookjs/use-token-for-publish
Browse files Browse the repository at this point in the history
Release: Fix permissions for publish script
  • Loading branch information
kasperpeulen authored Jun 9, 2023
2 parents 7d44a82 + aaaddf6 commit ac750e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 100
token: ${{ secrets.GH_TOKEN }}

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit ac750e2

Please sign in to comment.