diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2025-10-23 05:16:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-23 05:16:17 -0700 |
| commit | 38423b4b5ce1ebbcded814642706a5fc300eadda (patch) | |
| tree | 8533c97ef9ce8a11bf8400d4400635fe016f55c4 | |
| parent | bd295c014f47ac2462d6145f87ae627ae765860f (diff) | |
| download | zsh-38423b4b5ce1ebbcded814642706a5fc300eadda.tar.gz zsh-38423b4b5ce1ebbcded814642706a5fc300eadda.tar.bz2 zsh-38423b4b5ce1ebbcded814642706a5fc300eadda.zip | |
ci(deps): ensure push permissions are available (#13389)
| -rw-r--r-- | .github/workflows/dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 3f448fe64..be54fdf41 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: |
