mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-09-20 01:36:15 +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:
parent
52f7ad6913
commit
98a182d71b
3
.github/workflows/dependencies.yml
vendored
3
.github/workflows/dependencies.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
schedule:
|
||||
- cron: "0 6 * * 0"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check for updates
|
||||
|
Loading…
x
Reference in New Issue
Block a user