Skip to content

Commit

Permalink
test: try out more permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Apr 5, 2024
1 parent a9bbd64 commit 1ed4765
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Deploy Storybook to GitHub Pages
on: [push, pull_request]

permissions:
contents: write
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
publish:
Expand Down

0 comments on commit 1ed4765

Please sign in to comment.