Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Aug 18, 2023
1 parent 89866ef commit 23a47c7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ on:
push:
branches:
- 'main'

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

jobs:
deploy:
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
permissions: write-all

steps:
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.0
Expand Down

0 comments on commit 23a47c7

Please sign in to comment.