File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 94
94
publish_layer :
95
95
needs : publish-npm
96
96
secrets :
97
- AWS_LAYERS_BETA_ROLE_ARN : ${{ secrets.AWS_LAYERS_BETA_ROLE_ARN }}
98
- AWS_LAYERS_PROD_ROLE_ARN : ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
99
- TOKEN_GITHUB : ${{ secrets.GITHUB_TOKEN }}
97
+ # The update_ssm workflow called from the publish_layer workflow needs the secrets for all the regions. This will trigger a SonarQube warning.
98
+ inherit
100
99
permissions :
101
100
id-token : write
102
101
contents : write
Original file line number Diff line number Diff line change 97
97
environment : prod
98
98
package_version : ${{ inputs.latest_published_version }}
99
99
layer-version : ${{ needs.deploy-prod.outputs.layer-version }}
100
+ secrets :
101
+ # The update_ssm workflow needs the secrets for all the regions. This will trigger a SonarQube warning.
102
+ inherit
100
103
101
104
update_layer_arn_docs :
102
105
needs : [deploy-prod]
You can’t perform that action at this time.
0 commit comments