Skip to content

Commit e8915a0

Browse files
authored
chore(ci): fix release workflow permission (#2110)
1 parent 962f009 commit e8915a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/publish_layer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: ./.github/workflows/reusable_deploy_layer_stack.yml
5858
permissions:
5959
id-token: write
60+
contents: read
6061
with:
6162
stage: "BETA"
6263
artifact-name: "cdk-layer-artifact"
@@ -71,6 +72,7 @@ jobs:
7172
uses: ./.github/workflows/reusable_deploy_layer_stack.yml
7273
permissions:
7374
id-token: write
75+
contents: read
7476
with:
7577
stage: "PROD"
7678
artifact-name: "cdk-layer-artifact"

0 commit comments

Comments
 (0)