ci(deps): ensure push permissions are available for deps

This commit is contained in:
Carlo Sala 2025-10-22 17:03:28 -07:00
commit fddba8a411
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -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