Skip to content

Commit 00aee35

Browse files
authored
ci: use signed commits for update workflow pull requests (#544)
1 parent 5124bff commit 00aee35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-dependencies.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
5555
PR generated by "Update ${{ matrix.dependency_nice }}" [workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}).
5656
branch: update-${{ matrix.dependency }}-pr
57-
committer: "scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>"
58-
author: "scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>"
57+
sign-commits: true
5958
token: ${{ steps.app-token.outputs.token }}
6059
delete-branch: true

0 commit comments

Comments
 (0)