We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6428663 commit 7bb5565Copy full SHA for 7bb5565
.github/actions/merge-main/action.yml
@@ -11,7 +11,7 @@ runs:
11
uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- ssh-key: ${{ secrets.CI_USER_PAT }}
+ token: ${{ secrets.CI_USER_PAT }}
15
16
- name: Set up Git
17
shell: bash
0 commit comments