1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-09-19 17:16:16 +08: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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