Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: fixes to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Jul 27, 2023
1 parent d576736 commit 4eea91d
Show file tree
Hide file tree
Showing 8 changed files with 2,493 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ fromJSON(needs.release-please.outputs.release-pr).headBranchName }}
token: ${{ secrets.ACVM_SIMULATOR_RELEASES_TOKEN }}
token: ${{ secrets.ACVM_JS_RELEASES_TOKEN }}

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1.66.0
Expand Down Expand Up @@ -74,6 +74,6 @@ jobs:
with:
workflow: update.yml
repo: noir-lang/acvm-js-wasm
token: ${{ secrets.ACVM_SIMULATOR_RELEASES_TOKEN }}
token: ${{ secrets.ACVM_JS_RELEASES_TOKEN }}
inputs: '{ "acvm-js-ref": "${{ needs.release-please.outputs.tag-name }}" }'

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/target
.DS_Store
.vscode
Cargo.lock
# Cargo.lock
result
outputs/
.direnv
Loading

0 comments on commit 4eea91d

Please sign in to comment.