Skip to content

Commit b42c981

Browse files
authored
fix(ci): make dependencies update bot commit under github-actions account (#4)
1 parent 730b752 commit b42c981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
update:
3232
name: Update
3333
runs-on: ubuntu-latest
34+
permissions:
35+
contents: write
36+
pull-requests: write
3437
steps:
3538
- uses: actions/checkout@v4
3639
- uses: dtolnay/rust-toolchain@stable
@@ -57,6 +60,7 @@ jobs:
5760
with:
5861
add-paths: ./Cargo.lock
5962
commit-message: ${{ steps.msg.outputs.commit_message }}
63+
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6064
title: ${{ env.TITLE }}
6165
body: ${{ steps.msg.outputs.body }}
6266
branch: ${{ env.BRANCH }}

0 commit comments

Comments
 (0)