mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 11:08:01 +02:00
Use vlsida-bot account for workflows
This commit is contained in:
@@ -16,8 +16,8 @@ jobs:
|
||||
- name: Configure git
|
||||
run: |
|
||||
# Configure the committer
|
||||
git config --global user.name "mrg"
|
||||
git config --global user.email "[email protected]"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user