Skip to content

Commit 235bda9

Browse files
committed
add permissions needed for attestations
1 parent e7b1ef3 commit 235bda9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ on:
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26+
27+
permissions:
28+
id-token: write
29+
packages: write
30+
contents: read
31+
attestations: write
2632

2733
strategy:
2834
matrix:

0 commit comments

Comments
 (0)