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

Commit

Permalink
chore: update release secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 22, 2023
1 parent a03f76a commit cf18ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm_js/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ fromJSON(needs.release-please.outputs.release-pr).headBranchName }}
token: ${{ secrets.NOIR_RELEASES_TOKEN }}
token: ${{ secrets.ACVM_SIMULATOR_RELEASES_TOKEN }}

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1.66.0
Expand Down

0 comments on commit cf18ba4

Please sign in to comment.