Skip to content

Commit

Permalink
Add remote configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Jan 16, 2025
1 parent b4d21e2 commit 0c9ddb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/manage-pr.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function commit {
git add .
git config --local user.email [email protected]
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}"
}

Expand Down

0 comments on commit 0c9ddb9

Please sign in to comment.