Skip to content

Commit 50f3e00

Browse files
committed
use personal arn for testing
1 parent 26f8965 commit 50f3e00

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/workflow-metrics/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Workflow Metrics
22
description: >
33
Track and upload workflow execution time to CloudWatch
44
5-
permissions:
6-
id-token: write
7-
contents: read
8-
95
inputs:
106
workflow-name:
117
description: >

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Configure AWS Credentials
1919
uses: aws-actions/configure-aws-credentials@v4
2020
with:
21-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
21+
role-to-assume: arn:aws:iam::886436966712:role/Admin
2222
aws-region: us-west-2
2323

2424
- name: Verify changelog

0 commit comments

Comments
 (0)