Skip to content

Commit

Permalink
Merge branch 'master' into newlab-cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
switch180 authored Dec 19, 2023
2 parents adb434a + a9a629a commit 01cd6d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ValidatePR

permissions:
id-token: write
contents: write
on:
pull_request:
branches: [ master ]
Expand All @@ -22,7 +23,7 @@ jobs:
with:
python-version: '3.10'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit 01cd6d2

Please sign in to comment.