Skip to content

Commit 45975ef

Browse files
author
Sven Siegmund
committed
ci: use GH_API_TOKEN
1 parent bed760f commit 45975ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- variables
8484
- build
8585
uses: ./.github/workflows/test-e2e.yml
86+
secrets: inherit
8687
with:
8788
new-release-detected: ${{ needs.build.outputs.new-release-detected }}
8889
distribution-artifacts-name: ${{ needs.variables.outputs.distribution-artifacts-name }}

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
run-test-command:
2525
required: true
2626
type: string
27+
secrets:
28+
GH_API_TOKEN:
29+
required: true
2730

2831

2932
jobs:

0 commit comments

Comments
 (0)