Skip to content

Commit 90c1ed3

Browse files
authored
improv(ci): Fixed the Make Release workflow permission issue (#4385)
1 parent 3d6414d commit 90c1ed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_layer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
needs: [deploy-prod]
9292
uses: ./.github/workflows/update_ssm.yml
9393
permissions:
94-
contents: read
94+
contents: write
95+
id-token: write
9596
with:
9697
environment: prod
9798
package_version: ${{ inputs.latest_published_version }}

0 commit comments

Comments
 (0)