Skip to content

Commit

Permalink
ci: add write permission to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 31, 2024
1 parent beee339 commit fad882d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build and Publish storybook to GitHub Pages

permissions:
id-token: write
pages: write

on:
push:
branches:
Expand Down

0 comments on commit fad882d

Please sign in to comment.