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 914aab9 commit 7984264Copy full SHA for 7984264
.github/workflows/test.yml
@@ -11,6 +11,7 @@ jobs:
11
if: ${{ github.event_name == 'pull_request_target' }}
12
runs-on: ubuntu-latest
13
environment: e2e # request confirmation
14
+ secrets: inherit
15
steps:
16
- uses: ./.github/workflows/run-tests.yml
17
with:
@@ -19,15 +20,13 @@ jobs:
19
20
repo: ${{ github.event.pull_request.head.repo.full_name }}
21
ref: ${{ github.event.pull_request.head.ref }}
22
sha: ${{ github.event.pull_request.head.sha }}
- secrets:
23
- inherit
24
25
main-test:
26
if: ${{ github.event_name == 'push' }}
27
28
29
30
31
event_name: ${{ github.event_name }}
32
33
+
0 commit comments