Skip to content

Commit 3087ccf

Browse files
committed
chore: correct permissions
1 parent 7a346af commit 3087ccf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
build-push:
2121
uses: ./.github/workflows/build-push.yml
2222
secrets: inherit
23+
permissions:
24+
attestations: write
25+
contents: write
26+
id-token: write
27+
packages: write
28+
pull-requests: write
2329

2430
integration-test:
2531
strategy:

0 commit comments

Comments
 (0)