Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 4, 2024
1 parent 8c201d6 commit e37ba1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches: [main]

permissions:
pages: write
id-token: write

jobs:
deploy-storybook:
name: Deploy Storybook
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit e37ba1e

Please sign in to comment.