mirror of https://github.com/VLSIDA/OpenRAM.git
Use vlsida-bot account for workflows
This commit is contained in:
parent
b970756816
commit
cb18043491
|
|
@ -21,8 +21,8 @@ jobs:
|
||||||
- name: Synchronize OpenRAM repo
|
- name: Synchronize OpenRAM repo
|
||||||
run: |
|
run: |
|
||||||
# Configure pusher account
|
# Configure pusher account
|
||||||
git config --global user.name "mrg"
|
git config --global user.name "vlsida-bot"
|
||||||
git config --global user.email "mrg@ucsc.edu"
|
git config --global user.email "mrg+vlsidabot@ucsc.edu"
|
||||||
# Add remote repo
|
# Add remote repo
|
||||||
git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git
|
git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git
|
||||||
git pull public-repo dev
|
git pull public-repo dev
|
||||||
|
|
@ -41,8 +41,8 @@ jobs:
|
||||||
- name: Compare version and tag
|
- name: Compare version and tag
|
||||||
run: |
|
run: |
|
||||||
# Configure pusher account
|
# Configure pusher account
|
||||||
git config --global user.name "mrg"
|
git config --global user.name "vlsida-bot"
|
||||||
git config --global user.email "mrg@ucsc.edu"
|
git config --global user.email "mrg+vlsidabot@ucsc.edu"
|
||||||
# Add both repos
|
# Add both repos
|
||||||
git remote add private-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/PrivateRAM.git
|
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
|
git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
# Configure the committer
|
# Configure the committer
|
||||||
git config --global user.name "mrg"
|
git config --global user.name "vlsida-bot"
|
||||||
git config --global user.email "mrg@ucsc.edu"
|
git config --global user.email "mrg+vlsidabot@ucsc.edu"
|
||||||
# Set remote repos
|
# Set remote repos
|
||||||
git remote add private-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/PrivateRAM.git
|
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
|
git remote add public-repo https://${{ secrets.WORKFLOW_ACCESS_TOKEN }}@github.com/VLSIDA/OpenRAM.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue