ci: change commit signing method for daily updates
This commit is contained in:
parent
c0d6f5971d
commit
707690b09e
1 changed files with 7 additions and 7 deletions
14
.github/workflows/update.yaml
vendored
14
.github/workflows/update.yaml
vendored
|
@ -24,11 +24,11 @@ jobs:
|
|||
run: mise run update
|
||||
- name: Run linter
|
||||
run: mise run lint
|
||||
- name: Create commit
|
||||
- uses: planetscale/ghcommit-action@v0.1.6
|
||||
if: github.event_name == 'schedule'
|
||||
# TODO(jaredallard): The updater should handle this so we're
|
||||
# more aware of what's being committed.
|
||||
run: |-
|
||||
git add -A .
|
||||
git commit -am 'update ebuilds via updater'
|
||||
git push
|
||||
with:
|
||||
commit_message: "chore: update dependencies"
|
||||
repo: ${{ github.repository }}
|
||||
branch: "main"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
Loading…
Add table
Reference in a new issue