We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a0d999 + cc6d9db commit 4445fceCopy full SHA for 4445fce
.github/workflows/publish_layer.yml
@@ -16,7 +16,6 @@ on:
16
types:
17
- completed
18
19
-
20
jobs:
21
build-layer:
22
runs-on: ubuntu-latest
@@ -69,7 +68,7 @@ jobs:
69
68
stage: "BETA"
70
artefact-name: "cdk-layer-artefact"
71
secrets:
72
- target-account-role: arn:aws:iam::${{ secrets.LAYERS_BETA_ACCOUNT }}:role/${{ secrets.AWS_GITHUB_OIDC_ROLE }}
+ target-account-role: ${{ secrets.AWS_LAYERS_BETA_ROLE_ARN }}
73
74
deploy-prod:
75
needs:
@@ -79,4 +78,4 @@ jobs:
79
78
stage: "PROD"
80
81
82
- target-account-role: arn:aws:iam::${{ secrets.LAYERS_PROD_ACCOUNT }}:role/${{ secrets.AWS_GITHUB_OIDC_ROLE }}
+ target-account-role: ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
0 commit comments