Skip to content

Commit 6b83218

Browse files
committed
Fix github push credentials
1 parent 7f40c3e commit 6b83218

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/auto-merge.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Push current head to main. FF-only
15-
run: git push origin HEAD:main
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
run:
18+
- git remote set-url --push origin https://stroiman:[email protected]/stroiman/go-dom
19+
- git push origin HEAD:main
1620

0 commit comments

Comments
 (0)