We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e7ec3 commit 64e59faCopy full SHA for 64e59fa
.github/workflows/deploy-storybook.yml
@@ -13,6 +13,11 @@ on:
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
+permissions:
17
+ contents: read
18
+ pages: write
19
+ id-token: write
20
+
21
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22
jobs:
23
# This workflow contains a single job called "build"
.gitignore
@@ -129,4 +129,6 @@ dist
129
.yarn/install-state.gz
130
.pnp.*
131
132
-.npmrc
+.npmrc
133
134
+storybook-static
0 commit comments