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 d78e9b0 commit cf56df3Copy full SHA for cf56df3
.github/workflows/push.yml
@@ -25,7 +25,7 @@ jobs:
25
git config --global user.email "github-actions[bot]@users.noreply.github.com"
26
git config --global user.name "GitHub-actions[bot]"
27
git remote rm origin
28
- git config remote.origin.url 'https://${{github.token}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
+ git config remote.origin.url 'https://${{sercet.PERSONAL_GHP}}@github.com/Xcube-Studio/Natsurainko.FluentLauncher.git'
29
30
- name: Create new branch
31
run: |
0 commit comments