Skip to content

Commit f33db88

Browse files
committed
use action input for pat
1 parent 4051bdc commit f33db88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
token: '${{ secrets.CI_USER_PAT }}'
16+
token: ${{ inputs.ci-user-pat }}
1717

1818
- name: Set up Git
1919
shell: bash

0 commit comments

Comments
 (0)