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 499dfdd commit 33999f4Copy full SHA for 33999f4
.github/workflows/publish_layer.yml
@@ -64,6 +64,7 @@ jobs:
64
needs:
65
- build-layer
66
uses: ./.github/workflows/reusable_deploy_layer_stack.yml
67
+ secrets: inherit
68
with:
69
stage: "BETA"
70
artefact-name: "cdk-layer-artefact"
@@ -73,6 +74,7 @@ jobs:
73
74
75
- deploy-beta
76
77
78
79
stage: "PROD"
80
0 commit comments