Skip to content

Commit

Permalink
Merge branch 'master' into fix-fastify-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiamxia authored Dec 19, 2024
2 parents c356143 + b63b3f2 commit 723597a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/continuous-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: '0/10 * * * *'

permissions:
id-token: write
contents: read

jobs:
smoke-tests:
name: Run smoke tests
Expand All @@ -14,10 +18,9 @@ jobs:
uses: actions/checkout@v2

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
role-to-assume: ${{ secrets.AWS_INTEG_TEST_ROLE_ARN }}
aws-region: us-east-1

- name: Setup Node
Expand Down

0 comments on commit 723597a

Please sign in to comment.