Skip to content

Commit 5b0f0f9

Browse files
committed
Fix actions permissions
1 parent e3e787a commit 5b0f0f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
with:
3232
ref: ${{ github.sha }}
3333
secrets: inherit
34+
permissions:
35+
packages: write
36+
security-events: write
37+
id-token: write
38+
contents: read
3439

3540
publish_charts:
3641
needs: [fail_on_remote]

0 commit comments

Comments
 (0)