Skip to content

Commit

Permalink
Update cargo-lock-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
namse authored Sep 9, 2023
1 parent da55552 commit 803acde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cargo-lock-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_CARGO_LOCK_UPDATE }} # https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs

- run: rustup toolchain install stable --profile minimal

Expand All @@ -38,4 +40,3 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Cargo.lock
token: ${{ secrets.PAT_CARGO_LOCK_UPDATE }} # https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs

0 comments on commit 803acde

Please sign in to comment.