Skip to content

Commit 102105e

Browse files
committed
configure credentials before getting latest metrics
1 parent 45fcb3a commit 102105e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull-request-metrics.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
upload: 'false'
2525
release_metrics: 'false'
2626

27+
- name: Configure credentials
28+
uses: aws-actions/configure-aws-credentials@v4
29+
with:
30+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
31+
aws-region: us-west-2
32+
2733
- name: Process metrics
2834
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/download-and-process@asm-v2 # TODO: Change to main before merging
2935
with:

0 commit comments

Comments
 (0)