Skip to content

Commit 1eb3743

Browse files
committed
test again
1 parent 24faefd commit 1eb3743

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ runs:
1111
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
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
14+
token: ${{ secrets.CI_USER_PAT }}
2015

2116
- name: Set up Git
2217
shell: bash

.github/workflows/merge-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches: [ main ]
55
workflow_dispatch:
6+
pull_request:
67

78
jobs:
89
merge:

0 commit comments

Comments
 (0)