We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d197650 commit be63c18Copy full SHA for be63c18
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,10 @@ jobs:
19
needs: config
20
runs-on: ubuntu-latest
21
permissions:
22
+ contents: read
23
packages: write
24
+ attestations: write
25
+ id-token: write
26
strategy:
27
fail-fast: true
28
matrix: ${{fromJson(needs.config.outputs.matrix)}}
0 commit comments