Skip to content

Commit

Permalink
pr feedback: remove secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrjohnson21 authored Oct 16, 2023
1 parent e2ead7f commit 6ca98e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
id: build-push
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
docker-repo: ${{ secrets.DOCKER_REPO }}
- name: Deploy to ECS
uses: mbta/actions/deploy-ecs@v2
Expand Down

0 comments on commit 6ca98e4

Please sign in to comment.