Skip to content

Commit c8b3f1b

Browse files
committed
CCM-11025: workflow permissions
1 parent 706a8d0 commit c8b3f1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
name: Publish test package
8181
needs: sandbox-tear-down
8282
runs-on: ubuntu-latest
83-
83+
permissions:
84+
contents: read
85+
packages: write
8486
steps:
8587
- name: Checkout code
8688
uses: actions/checkout@v4

0 commit comments

Comments
 (0)