Skip to content

Commit

Permalink
ci: Add signoff to update deps workflow (#74)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vsiravar authored Nov 30, 2022
1 parent 78a646e commit 259de10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
# More info: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs
# TODO: Use FINCH_BOT_TOKEN instead of GITHUB_TOKEN.
token: ${{ secrets.GITHUB_TOKEN }}
signoff: true
# TODO: Add updated lima version in the title.
title: 'build(deps): Bump lima version'

0 comments on commit 259de10

Please sign in to comment.