mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30:08 +00:00
ci(dependencies): use setup-python
and enable cron-based jobs
This commit is contained in:
parent
eb2ff84a2c
commit
eff648aab0
1 changed files with 7 additions and 2 deletions
9
.github/workflows/dependencies.yml
vendored
9
.github/workflows/dependencies.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Update dependencies
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
# schedule:
|
||||
# - cron: '34 3 * * */8'
|
||||
schedule:
|
||||
- cron: '34 3 * * */8'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
@ -18,6 +18,11 @@ jobs:
|
|||
with:
|
||||
app_id: ${{ secrets.OHMYZSH_APP_ID }}
|
||||
private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
cache: "pip"
|
||||
- name: Process dependencies
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
|
||||
|
|
Loading…
Reference in a new issue