We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38d1b0 commit 1d1f4eeCopy full SHA for 1d1f4ee
.github/workflows/monthly-capacity-report.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: "Configure AWS Credentials"
30
uses: aws-actions/configure-aws-credentials@v5
31
with:
32
- role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
+ role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
33
aws-region: eu-west-2
34
35
- name: Generate dashboard report
0 commit comments