Skip to content

Commit

Permalink
Update to test with correct account number
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Mar 1, 2024
1 parent 4b7761b commit 4adda69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: static-staging
on:
push:
branches: ['staging']
branches: ['DEVOPS-2599-static-staging-app-infra']
workflow_dispatch:
env:
AWS_REGION: eu-west-1
Expand All @@ -27,7 +27,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-region: ${{ env.AWS_REGION }}
role-to-assume: arn:aws:iam::042947190491:role/static-staging-GithubActionsRole
role-to-assume: arn:aws:iam::070528468658:role/static-staging-GithubActionsRole
role-session-name: GithubActionsSession

- name: Login to Amazon ECR
Expand Down

0 comments on commit 4adda69

Please sign in to comment.