mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +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:
parent
52f7ad6913
commit
98a182d71b
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue