Skip to content

Commit c402961

Browse files
committed
Fix github auth
1 parent 538e6c2 commit c402961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.name $user_name
3434
git config --global user.email $user_email
35-
git remote set-url origin https://${github_token}@github.com/${repository}
35+
git remote set-url origin https://${user_name}:${github_token}@github.com/${repository}
3636
npm run deploy
3737
env:
3838
user_name: 'github-actions[bot]'

0 commit comments

Comments
 (0)