Skip to content

Commit

Permalink
Fix deploy account ID
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent 7828d1f commit 1ce6f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-2
role-to-assume: arn:aws:iam::127213743756:role/PRX-GHA-AccessRole
role-to-assume: arn:aws:iam::048723829744:role/PRX-GHA-AccessRole
role-session-name: gha-deploy-cost-explorer-toolkit

- name: Deploy CloudFormation stack
Expand All @@ -49,4 +49,4 @@ jobs:
--no-progressbar \
--s3-prefix cost-explorer-toolkit \
--capabilities CAPABILITY_IAM \
--role-arn arn:aws:iam::127213743756:role/PRX-GHA-ServiceRoleForCloudFormation
--role-arn arn:aws:iam::048723829744:role/PRX-GHA-ServiceRoleForCloudFormation

0 comments on commit 1ce6f28

Please sign in to comment.