Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed May 7, 2024
1 parent d401763 commit 561b447
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release-please-cargo-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@ jobs:
echo ZKSYNC_HOME=$(pwd) >> $GITHUB_ENV
echo $(pwd)/bin >> $GITHUB_PATH
echo IN_DOCKER=1 >> .env
- name: Start services
run: |
docker compose up -d zk
- name: Cargo check
run: ci_run cargo check
- name: Commit changes
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
touch ./test.txt
git config --global user.email "[email protected]"
git config --global user.name "zksync-era-bot"
git add ./Cargo.lock
git remote add origin 'https://${{ secrets.RELEASE_TOKEN }}@github.com/matter-labs/zksync-era.git'
git add ./Cargo.lock ./test.txt
git commit -m "Update Cargo.lock"
- name: Push changes
uses: ad-m/github-push-action@9870d48124da805820c70ebc6ba563c715551019
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
git push

0 comments on commit 561b447

Please sign in to comment.