Skip to content

Commit

Permalink
chore(storybook): add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Jun 6, 2024
1 parent 0ce9ae8 commit b5b75d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- "main"

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

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5b75d2

Please sign in to comment.