We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b752 commit b42c981Copy full SHA for b42c981
.github/workflows/dependencies.yml
@@ -31,6 +31,9 @@ jobs:
31
update:
32
name: Update
33
runs-on: ubuntu-latest
34
+ permissions:
35
+ contents: write
36
+ pull-requests: write
37
steps:
38
- uses: actions/checkout@v4
39
- uses: dtolnay/rust-toolchain@stable
@@ -57,6 +60,7 @@ jobs:
57
60
with:
58
61
add-paths: ./Cargo.lock
59
62
commit-message: ${{ steps.msg.outputs.commit_message }}
63
+ author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
64
title: ${{ env.TITLE }}
65
body: ${{ steps.msg.outputs.body }}
66
branch: ${{ env.BRANCH }}
0 commit comments