mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
ci: add strict permissions to dependencies.yml workflow
This commit is contained in:
parent
13d4176a68
commit
c8282878b9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/dependencies.yml
vendored
5
.github/workflows/dependencies.yml
vendored
|
|
@ -4,6 +4,11 @@ on:
|
|||
schedule:
|
||||
- cron: "0 6 * * 0"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check for updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue