diff --git a/scripts/manage-pr.bash b/scripts/manage-pr.bash index c366afb..e85f1ab 100755 --- a/scripts/manage-pr.bash +++ b/scripts/manage-pr.bash @@ -27,6 +27,7 @@ function commit { git add . git config --local user.email bot@grafana.com git config --local user.name grafanabot + git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/grafana/killercoda" git commit --message "${SUBJECT}" }