Skip to content

Commit

Permalink
Change to my user
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Mar 28, 2024
1 parent c6a7770 commit c69f4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_dependabot_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
git fetch
git checkout $branch_name
git config --global credential.helper '!f() { sleep 1; echo "username=git token=<TOKEN>"; }; f'
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "chris.every@kaluza.com"
git config user.name "eversC"
git commit --allow-empty -m "Empty commit to force CI/CD"
git remote remove origin
git remote add origin https://[email protected]/ovotech/cloud-key-rotator
Expand Down

0 comments on commit c69f4dd

Please sign in to comment.