Skip to content

Commit

Permalink
ci: fine grain write permissions in storybook job
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Mar 28, 2024
1 parent 27a8d20 commit 75176bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ env: # Set environment variables for every job and step in this workflow
jobs:
deploy:
runs-on: ubuntu-latest
permissions: write-all # for dependabot
permissions:
pull-requests: write # for dependabot
pages: write # for deploying to GitHub Pages on master
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 75176bd

Please sign in to comment.