Skip to content

Commit 7bb5565

Browse files
committed
token > ssh
1 parent 6428663 commit 7bb5565

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
@@ -11,7 +11,7 @@ runs:
1111
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
ssh-key: ${{ secrets.CI_USER_PAT }}
14+
token: ${{ secrets.CI_USER_PAT }}
1515

1616
- name: Set up Git
1717
shell: bash

0 commit comments

Comments
 (0)