Skip to content

Commit 4848d4c

Browse files
committed
chore(ci): update permission passed
1 parent f317bcd commit 4848d4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ jobs:
106106
path: ./layer/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
107107
if-no-files-found: error
108108
retention-days: 1
109-
update_v2_layer_arn_docs:
109+
update_layer_arn_docs:
110110
needs: deploy-cdk-stack
111+
permissions:
112+
contents: write
111113
if: ${{ inputs.stage == 'PROD' }}
112114
uses: ./.github/workflows/reusable_update_layer_arn_docs.yml
113115
with:

0 commit comments

Comments
 (0)