Skip to content

Commit 33999f4

Browse files
author
Alexander Melnyk
committed
fix(ci): allow inherit secrets for reusable workflow
1 parent 499dfdd commit 33999f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_layer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
needs:
6565
- build-layer
6666
uses: ./.github/workflows/reusable_deploy_layer_stack.yml
67+
secrets: inherit
6768
with:
6869
stage: "BETA"
6970
artefact-name: "cdk-layer-artefact"
@@ -73,6 +74,7 @@ jobs:
7374
needs:
7475
- deploy-beta
7576
uses: ./.github/workflows/reusable_deploy_layer_stack.yml
77+
secrets: inherit
7678
with:
7779
stage: "PROD"
7880
artefact-name: "cdk-layer-artefact"

0 commit comments

Comments
 (0)