We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contents: read
1 parent 89e5c34 commit 55be10eCopy full SHA for 55be10e
.github/workflows/ci-integration-review.yml
@@ -85,6 +85,7 @@ jobs:
85
build-test-runner:
86
needs: prep-pr
87
permissions:
88
+ contents: read
89
packages: write # Required to push test runner image to GHCR
90
uses: ./.github/workflows/build-test-runner.yml
91
with:
@@ -98,6 +99,7 @@ jobs:
98
99
runs-on: ubuntu-24.04
100
timeout-minutes: 90
101
102
103
packages: read # Required to pull test runner image from GHCR
104
strategy:
105
fail-fast: false
@@ -140,6 +142,7 @@ jobs:
140
142
runs-on: ubuntu-24.04-8core
141
143
timeout-minutes: 30
144
145
146
147
148
0 commit comments