Skip to content

Commit 1d1f4ee

Browse files
committed
amending account id
1 parent d38d1b0 commit 1d1f4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monthly-capacity-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Configure AWS Credentials"
3030
uses: aws-actions/configure-aws-credentials@v5
3131
with:
32-
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
32+
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
3333
aws-region: eu-west-2
3434

3535
- name: Generate dashboard report

0 commit comments

Comments
 (0)