Skip to content

Commit c6625ef

Browse files
committed
fix: assume CI role to bypass branch protections
1 parent caedfe6 commit c6625ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/merge-main/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ runs:
1212
with:
1313
fetch-depth: 0
1414

15+
- name: Configure AWS Credentials
16+
uses: aws-actions/configure-aws-credentials@v4
17+
with:
18+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
19+
aws-region: us-west-2
20+
1521
- name: Set up Git
1622
shell: bash
1723
run: |

0 commit comments

Comments
 (0)