File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
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
14- token : ${{ secrets.CI_USER_PAT }}
16+ token : ' ${{ secrets.CI_USER_PAT }}'
1517
1618 - name : Set up Git
1719 shell : bash
Original file line number Diff line number Diff line change 1212 - name : Merge main
1313 uses : awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge-credentials
1414 with :
15+ ci-user-pat : ${{ secrets.CI_USER_PAT }}
1516 exempt-branches : # Add any if required
You can’t perform that action at this time.
0 commit comments