Skip to content

Commit

Permalink
ci(pre-commit-autoupdate): sign commits (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Oct 11, 2023
1 parent 814cb72 commit 0b015af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pre-commit-autoupdate

on:
workflow_dispatch:
schedule:
# Monday at 12:00 PST
- cron: '0 20 * * 1'
workflow_dispatch:

jobs:
pre-commit-autoupdate:
Expand All @@ -17,5 +17,8 @@ jobs:
uses: coatl-dev/action-pre-commit-autoupdate@v0
with:
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}
gpg-sign: 'yes'
gpg-sign-passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
gpg-sign-private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}
skip-hooks: 'pylint'
skip-repos: 'flake8'

0 comments on commit 0b015af

Please sign in to comment.