Skip to content

Commit 64e59fa

Browse files
Marc VeensMarc Veens
authored andcommitted
Added pipeline permissions
1 parent c9e7ec3 commit 64e59fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16+
permissions:
17+
contents: read
18+
pages: write
19+
id-token: write
20+
1621
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1722
jobs:
1823
# This workflow contains a single job called "build"

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131

132-
.npmrc
132+
.npmrc
133+
134+
storybook-static

0 commit comments

Comments
 (0)