Add sink template #57
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
name: Start AWS management pipeline execution | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- devops/aws-management/** | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: read | |
steps: | |
- name: Configure AWS Credentials | |
uses: aws-actions/configure-aws-credentials@v2 | |
with: | |
aws-region: us-east-2 | |
role-to-assume: arn:aws:iam::048723829744:role/DevOps-GitHubOidcFederatedRole | |
role-session-name: GitHubActions-StartAwsManagementCdPipelineExecution | |
- name: Start pipeline execution | |
run: | | |
aws codepipeline start-pipeline-execution --region us-east-2 --name management-cd-Pipeline-1H13HTPZQJ3CK |