We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d97563 + 055e20c commit 31d9336Copy full SHA for 31d9336
hack/generate_docs.sh
@@ -47,7 +47,7 @@ if [ "$changes" != "" ]; then
47
git add .
48
git commit -m "Update generate-docs"
49
50
- git remote add minikube-bot https://minikube-bot:$access_token@github.com/minikube-bot/minikube.git
+ git remote add minikube-bot https://minikube-bot:"$1"@github.com/minikube-bot/minikube.git
51
git push -u minikube-bot $branch
52
- gh pr create --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`"
+ gh pr create --repo kubernetes/minikube --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`"
53
fi
0 commit comments