mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
ci(deps): ensure push permissions are available for deps
This commit is contained in:
parent
bd295c014f
commit
fddba8a411
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dependencies.yml
vendored
3
.github/workflows/dependencies.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
- cron: "0 6 * * 0"
|
- cron: "0 6 * * 0"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
@ -39,6 +39,7 @@ jobs:
|
||||||
GIT_APP_NAME: ohmyzsh[bot]
|
GIT_APP_NAME: ohmyzsh[bot]
|
||||||
GIT_APP_EMAIL: 54982679+ohmyzsh[bot]@users.noreply.github.com
|
GIT_APP_EMAIL: 54982679+ohmyzsh[bot]@users.noreply.github.com
|
||||||
TMP_DIR: ${{ runner.temp }}
|
TMP_DIR: ${{ runner.temp }}
|
||||||
|
DRY_RUN: 1
|
||||||
run: |
|
run: |
|
||||||
pip install -r .github/workflows/dependencies/requirements.txt
|
pip install -r .github/workflows/dependencies/requirements.txt
|
||||||
python3 .github/workflows/dependencies/updater.py
|
python3 .github/workflows/dependencies/updater.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue