Skip to content

Commit

Permalink
ci: update github token secret name (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Nov 26, 2024
1 parent bf9fa3c commit 88c658d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ jobs:
release:
uses: matter-labs/era-compiler-ci/.github/workflows/release-plz.yaml@v1
secrets:
github_token: ${{ secrets.RELEASE_TOKEN }}
gh_token: ${{ secrets.RELEASE_TOKEN }}
cargo_registry_token: ${{ secrets.CRATES_IO_TOKEN }}
with:
run_tests: true

0 comments on commit 88c658d

Please sign in to comment.