diff --git a/ci/update-nur.sh b/ci/update-nur.sh index f940b95dc..045efd635 100755 --- a/ci/update-nur.sh +++ b/ci/update-nur.sh @@ -26,7 +26,7 @@ else git commit -m "automatic update" # in case we are getting overtaken by a different job git pull --rebase origin master - git push $API_TOKEN_GITHUB@github.com:nix-community/NUR HEAD:master + git push "https://$API_TOKEN_GITHUB@github.com/nix-community/NUR" HEAD:master fi git -C nur-combined pull --rebase origin master