Skip to content

Commit

Permalink
Merge pull request #207 from grafana/jdbaldry-patch-2
Browse files Browse the repository at this point in the history
Add remote configuration
  • Loading branch information
Jayclifford345 authored Jan 16, 2025
2 parents bda1867 + 0c9ddb9 commit 411e1ab
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 411e1ab

Please sign in to comment.