We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3643c8 commit 936570dCopy full SHA for 936570d
1 file changed
.github/workflows/autopublish.yaml
@@ -19,12 +19,18 @@ jobs:
19
20
build:
21
needs: test
22
+ permissions:
23
+ contents: read
24
+ packages: write
25
uses: ./.github/workflows/build.yaml
26
with:
27
ref: '${{ github.sha }}'
28
29
deploy:
30
needs: build
31
32
+ id-token: write
33
+ pages: write
34
uses: ./.github/workflows/deploy.yaml
35
36
tag: '${{ needs.build.outputs.tag }}'
0 commit comments