Skip to content

Commit 73df7fb

Browse files
committed
fix credentials for metric
1 parent b4f6d7e commit 73df7fb

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
@@ -154,7 +154,7 @@ jobs:
154154
- name: Configure AWS Credentials for emitting metrics
155155
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
156156
with:
157-
role-to-assume: ${{ secrets.MONITORING_ROLE_ARN }}
157+
role-to-assume: ${{ secrets.METRICS_ROLE_ARN }}
158158
aws-region: ${{ env.AWS_DEFAULT_REGION }}
159159

160160
- name: Publish nightly build status

0 commit comments

Comments
 (0)