Skip to content

Commit 259de10

Browse files
authored
ci: Add signoff to update deps workflow (#74)
Signed-off-by: Vishwas Siravara <[email protected]> Issue #, if available: N/A *Description of changes:* Commit by `update-deps.yaml` workflow are not signed which leads to CI failing. [error](https://github.com/runfinch/finch-core/pull/14/checks?check_run_id=9806064207) *Testing done:* Can be done only on main branch since the action is triggered by `workflow_dispatch`. - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Vishwas Siravara <[email protected]>
1 parent 78a646e commit 259de10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-deps.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
# More info: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs
3737
# TODO: Use FINCH_BOT_TOKEN instead of GITHUB_TOKEN.
3838
token: ${{ secrets.GITHUB_TOKEN }}
39+
signoff: true
3940
# TODO: Add updated lima version in the title.
4041
title: 'build(deps): Bump lima version'

0 commit comments

Comments
 (0)