chore: bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.8 to 1… #2543
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
name: api-release-staging | |
jobs: | |
release-api: | |
runs-on: [ARM64, self-hosted, Linux] | |
permissions: | |
id-token: write | |
contents: read | |
steps: | |
- name: Assume happy-api deployement role | |
uses: aws-actions/configure-aws-credentials@v1 | |
with: | |
aws-region: us-west-2 | |
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME_STAGING }} | |
role-duration-seconds: 1200 | |
role-session-name: HappyApiUpdateStaging | |
- uses: actions/checkout@v3 | |
- name: Update staging | |
uses: chanzuckerberg/github-actions/.github/actions/[email protected] | |
with: | |
tfe-token: ${{ secrets.TFE_TOKEN }} | |
env: staging | |
create-tag: true | |
stack-name: hapi | |
working-directory: api | |
version-lock-file: api/.happy/version.lock | |
env: | |
RELEASE_VERSION: staging-release |