Skip to content

Commit

Permalink
update(upload-storybook.yml): perms
Browse files Browse the repository at this point in the history
Signed-off-by: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com>
  • Loading branch information
ACoolmanTelicent committed Jun 18, 2024
1 parent 3423253 commit 62baca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -25,4 +25,4 @@ jobs:
- uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./storybook
publish_dir: ./storybook

0 comments on commit 62baca0

Please sign in to comment.