mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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:
|
schedule:
|
||||||
- cron: "0 6 * * 0"
|
- cron: "0 6 * * 0"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check for updates
|
name: Check for updates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue