Skip to content

Commit 58a9599

Browse files
committed
CI/release: Let the reusable release workflow inherit secrets
Signed-off-by: Janne Grunau <[email protected]>
1 parent c561b6b commit 58a9599

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jobs:
1010
uses: ./.github/workflows/release.yaml
1111
with:
1212
upload-type: installer-dev
13+
secrets: inherit

.github/workflows/release-prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
uses: ./.github/workflows/release.yaml
1212
with:
1313
upload-type: installer
14+
secrets: inherit

0 commit comments

Comments
 (0)