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 bed760f commit 45975efCopy full SHA for 45975ef
.github/workflows/continuous-delivery.yml
@@ -83,6 +83,7 @@ jobs:
83
- variables
84
- build
85
uses: ./.github/workflows/test-e2e.yml
86
+ secrets: inherit
87
with:
88
new-release-detected: ${{ needs.build.outputs.new-release-detected }}
89
distribution-artifacts-name: ${{ needs.variables.outputs.distribution-artifacts-name }}
.github/workflows/test-e2e.yml
@@ -24,6 +24,9 @@ on:
24
run-test-command:
25
required: true
26
type: string
27
+ secrets:
28
+ GH_API_TOKEN:
29
+ required: true
30
31
32
jobs:
0 commit comments