Skip to content

Commit 723597a

Browse files
authored
Merge branch 'master' into fix-fastify-plugin
2 parents c356143 + b63b3f2 commit 723597a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/continuous-monitoring.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0/10 * * * *'
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
smoke-tests:
1014
name: Run smoke tests
@@ -14,10 +18,9 @@ jobs:
1418
uses: actions/checkout@v2
1519

1620
- name: Configure AWS Credentials
17-
uses: aws-actions/configure-aws-credentials@v1
21+
uses: aws-actions/configure-aws-credentials@v4
1822
with:
19-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
20-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23+
role-to-assume: ${{ secrets.AWS_INTEG_TEST_ROLE_ARN }}
2124
aws-region: us-east-1
2225

2326
- name: Setup Node

0 commit comments

Comments
 (0)