Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sync from noir #8363

Merged
merged 10 commits into from
Sep 4, 2024
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45344bfe1148a2f592c2e432744d3fb3d46340cc
44cf9a2140bc06b550d4b46966f1637598ac11a7
8 changes: 4 additions & 4 deletions noir/noir-repo/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:

- name: Configure git
run: |
git config user.name kevaundray
git config user.email kevtheappdev@gmail.com
git config user.name noirwhal
git config user.email tomfrench@aztecprotocol.com

- name: Commit updates
run: |
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:

- name: Configure git
run: |
git config --local user.name 'kevaundray'
git config --local user.email 'kevtheappdev@gmail.com'
git config --local user.name noirwhal
git config --local user.email tomfrench@aztecprotocol.com

- name: Commit new documentation version
run: |
Expand Down
Loading
Loading