Skip to content

Commit 0655a78

Browse files
fix(GHA): Add id-token permission to the StoryBook deploy (#63)
1 parent 89b3d37 commit 0655a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-tooling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
permissions:
2929
pages: write
3030
contents: write
31+
id-token: write
3132
runs-on: ubuntu-latest
3233
steps:
3334
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)