Skip to content

Commit

Permalink
Merge pull request #1120 from aws-observability/thpierce-patch-2
Browse files Browse the repository at this point in the history
Update integration-test.yml to use new metering role ARN
  • Loading branch information
thpierce authored Aug 16, 2024
2 parents 75b4015 + 72769ea commit 5909399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
role-to-assume: ${{ secrets.SDK_SAMPLE_APP_METRICS_ROLE_ARN }}
aws-region: us-west-2

- name: Publish CI status
Expand Down

0 comments on commit 5909399

Please sign in to comment.