Skip to content

Commit 746462d

Browse files
committed
Update permissions in GitHub Actions workflow to allow write access for contents
1 parent 685d52a commit 746462d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ on:
2525
type: boolean
2626

2727
permissions:
28-
contents: read
28+
contents: write
2929
packages: write
3030
id-token: write
31+
actions: read
3132

3233
jobs:
3334
ci:

0 commit comments

Comments
 (0)