Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore(ci): Update tokens (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored May 10, 2023
1 parent 7d24980 commit cd8f32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
cargo publish --package acvm-backend-barretenberg --no-verify
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.ACVM_BACKEND_BARRETENBERG_CRATES_IO_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
id: release
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.ACVM_BACKEND_BARRETENBERG_RELEASE_TOKEN }}
release-type: rust
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
Expand Down

0 comments on commit cd8f32f

Please sign in to comment.