Skip to content

Commit be63c18

Browse files
committed
need more permission
1 parent d197650 commit be63c18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
needs: config
2020
runs-on: ubuntu-latest
2121
permissions:
22+
contents: read
2223
packages: write
24+
attestations: write
25+
id-token: write
2326
strategy:
2427
fail-fast: true
2528
matrix: ${{fromJson(needs.config.outputs.matrix)}}

0 commit comments

Comments
 (0)