Skip to content

DAC-1431 Create redshift migration workflow (#275) #218

DAC-1431 Create redshift migration workflow (#275)

DAC-1431 Create redshift migration workflow (#275) #218

name: Deploy to the build environment
on:
push:
branches:
- main
jobs:
test-and-validate:
secrets: inherit
uses: ./.github/workflows/test-and-validate.yml
deploy-to-build:
needs: [test-and-validate]
# These permissions are needed to interact with GitHub's OIDC Token endpoint (enabling the aws-actions/configure-aws-credentials action)
permissions:
id-token: write
contents: read
secrets: inherit
uses: ./.github/workflows/deploy-to-aws.yml
with:
environment: BUILD