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 8b80d31 commit a74b774Copy full SHA for a74b774
1 file changed
.github/workflows/ci.yml
@@ -194,6 +194,7 @@ jobs:
194
checks: write
195
statuses: write
196
uses: ./.github/workflows/unit-tests.yml
197
+ secrets: inherit
198
199
integrationTests:
200
if: github.event_name == 'pull_request'
@@ -204,6 +205,7 @@ jobs:
204
205
206
207
uses: ./.github/workflows/integration-tests.yml
208
209
210
referenceTests:
211
@@ -213,7 +215,7 @@ jobs:
213
215
contents: read
214
216
packages: read
217
- statuses: write
218
+ statuses: write
219
uses: ./.github/workflows/reference-tests.yml
220
secrets: inherit
221
0 commit comments