File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ description: Merges main into feature branches (*-main)
33inputs :
44 exempt-branches :
55 description : Feature branches that are exempt from receiving merges from main (comma separated, no blank space)
6- ci-user-pat :
7- description : The CI user's personal access token to write to the repo
86
97runs :
108 using : composite
1311 uses : actions/checkout@v4
1412 with :
1513 fetch-depth : 0
16- token : ${{ inputs.ci-user-pat }}
14+ token : ${{ secrets.CI_USER_PAT }}
1715
1816 - name : Set up Git
1917 shell : bash
Original file line number Diff line number Diff line change 33 push :
44 branches : [ main ]
55 workflow_dispatch :
6+ pull_request :
67
78jobs :
89 merge :
910 runs-on : ubuntu-latest
1011 steps :
1112 - name : Merge main
12- uses : awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
13+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge-credentials
1314 with :
14- ci-user-pat : ${{ secrets.CI_USER_PAT }}
15- exempt-branches : # Add any if required
15+ exempt-branches : # Add any if required
16+ secrets :
17+ CI_USER_PAT : ${{ secrets.CI_USER_PAT }}
You can’t perform that action at this time.
0 commit comments