Skip to content

Commit

Permalink
ci(pip-compile-upgrade): use Python 3.12 (#55)
Browse files Browse the repository at this point in the history
update triggering events
  • Loading branch information
cesarcoatl authored Oct 3, 2024
1 parent 845325d commit 05b27b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: pip-compile-upgrade

on:
push:
branches:
- coatl
paths:
- '.github/workflows/pip-compile-upgrade.yml'
schedule:
- cron: '0 13 * * 1'
workflow_dispatch:
Expand All @@ -10,6 +15,7 @@ jobs:
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@coatl
with:
path: requirements
python-version: '3.12'
secrets:
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}
gpg-sign-passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 05b27b9

Please sign in to comment.