Skip to content

Commit

Permalink
chore(storybook): add GH Action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-risen committed Dec 18, 2023
1 parent 79b3b6e commit a756493
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
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:
environment:
Expand Down

0 comments on commit a756493

Please sign in to comment.