Skip to content

Commit 6f670a6

Browse files
authored
Update push.yml
1 parent cf56df3 commit 6f670a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2626
git config --global user.name "GitHub-actions[bot]"
2727
git remote rm origin
28-
git config remote.origin.url 'https://${{sercet.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
28+
git config remote.origin.url 'https://${{secrets.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
2929
3030
- name: Create new branch
3131
run: |

0 commit comments

Comments
 (0)