Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ jobs:
publish_layer:
needs: publish-npm
secrets:
AWS_LAYERS_BETA_ROLE_ARN: ${{ secrets.AWS_LAYERS_BETA_ROLE_ARN }}
AWS_LAYERS_PROD_ROLE_ARN: ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
# The update_ssm workflow called from the publish_layer workflow needs the secrets for all the regions. This will trigger a SonarQube warning.
inherit
permissions:
id-token: write
contents: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
environment: prod
package_version: ${{ inputs.latest_published_version }}
layer-version: ${{ needs.deploy-prod.outputs.layer-version }}
secrets:
# The update_ssm workflow needs the secrets for all the regions. This will trigger a SonarQube warning.
inherit

update_layer_arn_docs:
needs: [deploy-prod]
Expand Down
Loading