We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24faefd commit 1eb3743Copy full SHA for 1eb3743
.github/actions/merge-main/action.yml
@@ -11,12 +11,7 @@ runs:
11
uses: actions/checkout@v4
12
with:
13
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
+ token: ${{ secrets.CI_USER_PAT }}
20
21
- name: Set up Git
22
shell: bash
.github/workflows/merge-main.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches: [ main ]
5
workflow_dispatch:
6
+ pull_request:
7
8
jobs:
9
merge:
0 commit comments