Skip to content

Commit 3144078

Browse files
author
Sven Siegmund
committed
ci: map GH_API_TOKEN explicitly by name
1 parent 45975ef commit 3144078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
- variables
8484
- build
8585
uses: ./.github/workflows/test-e2e.yml
86-
secrets: inherit
86+
secrets:
87+
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
8788
with:
8889
new-release-detected: ${{ needs.build.outputs.new-release-detected }}
8990
distribution-artifacts-name: ${{ needs.variables.outputs.distribution-artifacts-name }}

0 commit comments

Comments
 (0)