We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6137048 commit b8cab65Copy full SHA for b8cab65
.github/workflows/wc-build-push-test-flavor.yml
@@ -53,6 +53,8 @@ jobs:
53
runner: ["ubuntu-latest", "ubuntu-24.04-arm"]
54
needs: build-push
55
uses: ./.github/workflows/wc-integration-test.yml
56
+ permissions:
57
+ contents: read
58
with:
59
image-name: ${{ github.repository }}-${{ matrix.flavor }}
60
test-file: test/${{ matrix.flavor }}/integration-tests.bats
@@ -64,6 +66,8 @@ jobs:
64
66
flavor: [cpp]
65
67
68
uses: ./.github/workflows/wc-acceptance-test.yml
69
70
71
secrets:
72
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
73
TEST_GITHUB_USER: ${{ secrets.TEST_GITHUB_USER }}
0 commit comments