-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96e97aa
commit d401763
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,14 @@ jobs: | |
- name: Cargo check | ||
run: ci_run cargo check | ||
|
||
- name: Push changes | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} | ||
- name: Commit changes | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "zksync-era-bot" | ||
git add ./Cargo.lock | ||
git commit -m "Update Cargo.lock" | ||
git push | ||
- name: Push changes | ||
uses: ad-m/github-push-action@9870d48124da805820c70ebc6ba563c715551019 | ||
with: | ||
github_token: ${{ secrets.RELEASE_TOKEN }} |