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 45fcb3a commit 102105eCopy full SHA for 102105e
.github/workflows/pull-request-metrics.yml
@@ -24,6 +24,12 @@ jobs:
24
upload: 'false'
25
release_metrics: 'false'
26
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
+
33
- name: Process metrics
34
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/download-and-process@asm-v2 # TODO: Change to main before merging
35
with:
0 commit comments