Skip to content

Commit 735e6af

Browse files
committed
fix credential for metric publishing
1 parent 27155e2 commit 735e6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Configure AWS Credentials for emitting metrics
119119
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
120120
with:
121-
role-to-assume: ${{ secrets.MONITORING_ROLE_ARN }}
121+
role-to-assume: ${{ secrets.METRICS_ROLE_ARN }}
122122
aws-region: ${{ env.AWS_DEFAULT_REGION }}
123123

124124
- name: Publish nightly build status

0 commit comments

Comments
 (0)