Skip to content

Commit b8cab65

Browse files
committed
ci: fix permissions
1 parent 6137048 commit b8cab65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
runner: ["ubuntu-latest", "ubuntu-24.04-arm"]
5454
needs: build-push
5555
uses: ./.github/workflows/wc-integration-test.yml
56+
permissions:
57+
contents: read
5658
with:
5759
image-name: ${{ github.repository }}-${{ matrix.flavor }}
5860
test-file: test/${{ matrix.flavor }}/integration-tests.bats
@@ -64,6 +66,8 @@ jobs:
6466
flavor: [cpp]
6567
needs: build-push
6668
uses: ./.github/workflows/wc-acceptance-test.yml
69+
permissions:
70+
contents: read
6771
secrets:
6872
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
6973
TEST_GITHUB_USER: ${{ secrets.TEST_GITHUB_USER }}

0 commit comments

Comments
 (0)