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 f317bcd commit 4848d4cCopy full SHA for 4848d4c
.github/workflows/reusable_deploy_layer_stack.yml
@@ -106,8 +106,10 @@ jobs:
106
path: ./layer/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
107
if-no-files-found: error
108
retention-days: 1
109
- update_v2_layer_arn_docs:
+ update_layer_arn_docs:
110
needs: deploy-cdk-stack
111
+ permissions:
112
+ contents: write
113
if: ${{ inputs.stage == 'PROD' }}
114
uses: ./.github/workflows/reusable_update_layer_arn_docs.yml
115
with:
0 commit comments