Skip to content

Commit 317efe1

Browse files
committed
Fixed the permission issue with the update-ssm-prod job
1 parent 3d6414d commit 317efe1

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)