We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9288a03 commit 6c39b6cCopy full SHA for 6c39b6c
.github/workflows/wc-build-push-test.yml
@@ -89,6 +89,8 @@ jobs:
89
runner: ${{ (startsWith(inputs.build-test-runner-labels, '[') && endsWith(inputs.build-test-runner-labels, ']')) && fromJson(inputs.build-test-runner-labels) || inputs.build-test-runner-labels }}
90
needs: build-push
91
uses: ./.github/workflows/wc-integration-test.yml
92
+ permissions:
93
+ contents: read
94
with:
95
image-name: ${{ inputs.image-name }}
96
test-file: ${{ inputs.integration-test-file }}
0 commit comments