File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ 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
68
79runs :
810 using : composite
1113 uses : actions/checkout@v4
1214 with :
1315 fetch-depth : 0
16+ token : ${{ inputs.ci-user-pat }}
1417
1518 - name : Set up Git
1619 shell : bash
Original file line number Diff line number Diff line change 1111 - name : Merge main
1212 uses : awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
1313 with :
14+ ci-user-pat : ${{ secrets.CI_USER_PAT }}
1415 exempt-branches : # Add any if required
You can’t perform that action at this time.
0 commit comments