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 27155e2 commit 735e6afCopy full SHA for 735e6af
.github/workflows/nightly-build.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Configure AWS Credentials for emitting metrics
119
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
120
with:
121
- role-to-assume: ${{ secrets.MONITORING_ROLE_ARN }}
+ role-to-assume: ${{ secrets.METRICS_ROLE_ARN }}
122
aws-region: ${{ env.AWS_DEFAULT_REGION }}
123
124
- name: Publish nightly build status
0 commit comments