Skip to content

Commit 1203a8b

Browse files
committed
chore(ci): Add attestations permission to build step
1 parent ff8e5aa commit 1203a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
name: Build & verify package
3333
runs-on: ubuntu-latest
3434
permissions:
35+
id-token: write
3536
attestations: write
3637
steps:
3738
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)