Skip to content

Commit 9f9c160

Browse files
committed
add missing permissions to binary build step
1 parent 265b10c commit 9f9c160

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
runs-on: ubuntu-latest
6666
needs:
6767
- andon-cord
68+
permissions:
69+
id-token: write
70+
attestations: write
6871
strategy:
6972
## Run a maximum of 10 builds concurrently, using the matrix defined in inputs.arch
7073
max-parallel: 10

0 commit comments

Comments
 (0)