diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index a3a1fb20..a605e5f4 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -21,8 +21,8 @@ jobs: - name: Synchronize OpenRAM repo run: | # Configure pusher account - git config --global user.name "mrg" - git config --global user.email "mrg@ucsc.edu" + git config --global user.name "vlsida-bot" + git config --global user.email "mrg+vlsidabot@ucsc.edu" # Add remote repo git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git git pull public-repo dev @@ -41,8 +41,8 @@ jobs: - name: Compare version and tag run: | # Configure pusher account - git config --global user.name "mrg" - git config --global user.email "mrg@ucsc.edu" + git config --global user.name "vlsida-bot" + git config --global user.email "mrg+vlsidabot@ucsc.edu" # Add both repos git remote add private-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/PrivateRAM.git git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index f3ff51cb..610f0a6d 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -16,8 +16,8 @@ jobs: - name: Configure git run: | # Configure the committer - git config --global user.name "mrg" - git config --global user.email "mrg@ucsc.edu" + git config --global user.name "vlsida-bot" + git config --global user.email "mrg+vlsidabot@ucsc.edu" # Set remote repos git remote add private-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/PrivateRAM.git git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git