Skip to content

Commit

Permalink
chore: switch back to prod deploy OIDC role (#3148)
Browse files Browse the repository at this point in the history
Update the production ECR build/push GitHub workflow to use the
OIDC role now that is has been created by the v3.5.0 infrastructure release.
  • Loading branch information
patheard authored Jan 25, 2024
1 parent d6422c8 commit a15e26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-build-push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Configure AWS credentials using OIDC
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
with:
aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PROD_AWS_SECRET_ACCESS_KEY }}
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/platform-forms-client-release
role-session-name: ECRPush
aws-region: ${{ env.AWS_REGION }}

- name: Login to Production Amazon ECR
Expand Down

0 comments on commit a15e26e

Please sign in to comment.