mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
ci: add strong permission
This commit is contained in:
parent
061f773dd3
commit
70fa9b3675
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…
Reference in a new issue