Skip to content

Commit 55be10e

Browse files
fix(ci): add missing contents: read permission to integration review jobs (#25067)
fix(ci): add missing contents:read permission to integration review jobs
1 parent 89e5c34 commit 55be10e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-integration-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
build-test-runner:
8686
needs: prep-pr
8787
permissions:
88+
contents: read
8889
packages: write # Required to push test runner image to GHCR
8990
uses: ./.github/workflows/build-test-runner.yml
9091
with:
@@ -98,6 +99,7 @@ jobs:
9899
runs-on: ubuntu-24.04
99100
timeout-minutes: 90
100101
permissions:
102+
contents: read
101103
packages: read # Required to pull test runner image from GHCR
102104
strategy:
103105
fail-fast: false
@@ -140,6 +142,7 @@ jobs:
140142
runs-on: ubuntu-24.04-8core
141143
timeout-minutes: 30
142144
permissions:
145+
contents: read
143146
packages: read # Required to pull test runner image from GHCR
144147
strategy:
145148
fail-fast: false

0 commit comments

Comments
 (0)