Skip to content

Commit

Permalink
use push changes action
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed May 7, 2024
1 parent 96e97aa commit d401763
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-please-cargo-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d401763

Please sign in to comment.