From fddba8a411eb1a7dcd9e608a0cabac86f29ef35d Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Wed, 22 Oct 2025 17:03:28 -0700 Subject: [PATCH] ci(deps): ensure push permissions are available for deps --- .github/workflows/dependencies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 3f448fe64..b34e42e9b 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -5,7 +5,7 @@ on: - cron: "0 6 * * 0" permissions: - contents: read + contents: write jobs: check: @@ -39,6 +39,7 @@ jobs: GIT_APP_NAME: ohmyzsh[bot] GIT_APP_EMAIL: 54982679+ohmyzsh[bot]@users.noreply.github.com TMP_DIR: ${{ runner.temp }} + DRY_RUN: 1 run: | pip install -r .github/workflows/dependencies/requirements.txt python3 .github/workflows/dependencies/updater.py