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 26f8965 commit 50f3e00Copy full SHA for 50f3e00
.github/actions/workflow-metrics/action.yml
@@ -2,10 +2,6 @@ name: Workflow Metrics
2
description: >
3
Track and upload workflow execution time to CloudWatch
4
5
-permissions:
6
- id-token: write
7
- contents: read
8
-
9
inputs:
10
workflow-name:
11
.github/workflows/changelog-verification.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Configure AWS Credentials
19
uses: aws-actions/configure-aws-credentials@v4
20
with:
21
- role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
+ role-to-assume: arn:aws:iam::886436966712:role/Admin
22
aws-region: us-west-2
23
24
- name: Verify changelog
0 commit comments