Skip to content

Commit

Permalink
Add permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Oct 24, 2024
1 parent 086f950 commit 678b244
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-storybook.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ on:
branches:
- main

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

jobs:
staging:
deploy:
environment:
url: ${{ steps.build-publish.outputs.page_url }}

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 678b244

Please sign in to comment.