1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

ci: add strict permissions to dependencies.yml workflow (#13232)

Just use `contents:read` initial permission. The other permissions needed are
those attached to the @ohmyzsh GitHub App.
This commit is contained in:
Marc Cornellà
2025-07-28 19:13:35 +02:00
committed by GitHub
parent 52f7ad6913
commit 98a182d71b

View File

@@ -4,6 +4,9 @@ on:
schedule:
- cron: "0 6 * * 0"
permissions:
contents: read
jobs:
check:
name: Check for updates