summaryrefslogtreecommitdiff
path: root/.github/workflows/dependencies.yml
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2025-12-01 11:22:14 +0100
committerGitHub <noreply@github.com>2025-12-01 11:22:14 +0100
commite9fc134236323ce3ce376715b1e55a54ed6ac7ac (patch)
tree19d78ca60f3ca7ea17fecab8d7286da91da947b4 /.github/workflows/dependencies.yml
parent977c4f93a65e9befbb6b960c7062f24c5fca6059 (diff)
downloadzsh-e9fc134236323ce3ce376715b1e55a54ed6ac7ac.tar.gz
zsh-e9fc134236323ce3ce376715b1e55a54ed6ac7ac.tar.bz2
zsh-e9fc134236323ce3ce376715b1e55a54ed6ac7ac.zip
ci(dependencies): update job permissions, change commits to `chore` (#13457)
Diffstat (limited to '.github/workflows/dependencies.yml')
-rw-r--r--.github/workflows/dependencies.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index 000589087..a21803ec6 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -4,14 +4,13 @@ on:
schedule:
- cron: "0 6 * * 0"
-permissions:
- contents: write
-
jobs:
check:
name: Check for updates
runs-on: ubuntu-latest
if: github.repository == 'ohmyzsh/ohmyzsh'
+ permissions:
+ contents: write # this is needed to push commits and branches
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2