Skip to content

Commit

Permalink
ci: change pages to contents write permissions in storybook job
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Apr 2, 2024
1 parent 75176bd commit 7d49589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write # for dependabot
pages: write # for deploying to GitHub Pages on master
contents: write # for deploying to GitHub Pages on master
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d49589

Please sign in to comment.