Skip to content

Commit

Permalink
Use cvc5-bot in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Sep 13, 2024
1 parent cf78757 commit 532268e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ secrets.CVC5_WEBSITE_TOKEN }}"
git config --global user.email "webbot@cvc5"
git config --global user.name "WebBot"
git config --global user.email "cvc5[email protected]"
git config --global user.name "cvc5-bot"
git clone [email protected]:cvc5/cvc5.github.io.git website/
rm -r website/tutorials/beginners
Expand Down

0 comments on commit 532268e

Please sign in to comment.