Skip to content

Commit 4073d60

Browse files
committed
Fix GHA pages deploy with new limited token permissions
1 parent 0322fe2 commit 4073d60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
name: Deploy storybook examples
3333
runs-on: ubuntu-latest
3434
needs: build
35+
permissions:
36+
contents: write
3537

3638
steps:
3739
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)