We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccea7a2 commit 3db02b3Copy full SHA for 3db02b3
1 file changed
.github/workflows/actions.yaml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
image_name: ${{ vars.IMAGE_NAME }}
32
aws_role_arn: ${{ vars.AWS_ROLE_ARN }}
33
- aws_ecr_alias: ${{ vars.AWS_ECR_ALIAS }}s
+ aws_ecr_alias: ${{ vars.AWS_ECR_ALIAS }}
34
+ permissions:
35
id-token: write
36
contents: read
0 commit comments