We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962f009 commit e8915a0Copy full SHA for e8915a0
.github/workflows/publish_layer.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: ./.github/workflows/reusable_deploy_layer_stack.yml
58
permissions:
59
id-token: write
60
+ contents: read
61
with:
62
stage: "BETA"
63
artifact-name: "cdk-layer-artifact"
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
75
76
77
stage: "PROD"
78
0 commit comments