Skip to content

Commit 9d51061

Browse files
committed
Fix actions permissions
1 parent e3e787a commit 9d51061

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-pr.yml

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

3539
publish_charts:
3640
needs: [fail_on_remote]

0 commit comments

Comments
 (0)