Skip to content

Commit

Permalink
Merge pull request #1288 from mbta/github-actions-krj
Browse files Browse the repository at this point in the history
Chore: Update workflow to v2
  • Loading branch information
krisrjohnson21 authored Oct 24, 2023
2 parents 683e5e8 + abeddb6 commit de8e44a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ on:

jobs:
call-workflow:
uses: mbta/workflows/.github/workflows/deploy-ecs.yml@main
uses: mbta/workflows/.github/workflows/deploy-ecs.yml@v2
with:
app-name: signs-ui
environment: ${{ github.event.inputs.environment || 'dev' }}
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-role-arn: ${{ secrets.AWS_ROLE_ARN }}
docker-repo: ${{ secrets.DOCKER_REPO }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit de8e44a

Please sign in to comment.