We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6414d commit 90c1ed3Copy full SHA for 90c1ed3
1 file changed
.github/workflows/publish_layer.yml
@@ -91,7 +91,8 @@ jobs:
91
needs: [deploy-prod]
92
uses: ./.github/workflows/update_ssm.yml
93
permissions:
94
- contents: read
+ contents: write
95
+ id-token: write
96
with:
97
environment: prod
98
package_version: ${{ inputs.latest_published_version }}
0 commit comments