Skip to content

Commit 6c39b6c

Browse files
committed
ci: fix permissions
1 parent 9288a03 commit 6c39b6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wc-build-push-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
runner: ${{ (startsWith(inputs.build-test-runner-labels, '[') && endsWith(inputs.build-test-runner-labels, ']')) && fromJson(inputs.build-test-runner-labels) || inputs.build-test-runner-labels }}
9090
needs: build-push
9191
uses: ./.github/workflows/wc-integration-test.yml
92+
permissions:
93+
contents: read
9294
with:
9395
image-name: ${{ inputs.image-name }}
9496
test-file: ${{ inputs.integration-test-file }}

0 commit comments

Comments
 (0)