mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Remove unused permissions on update dependencies
This commit is contained in:
parent
c8031b02f8
commit
65604a485e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/update-dependencies.yaml
vendored
3
.github/workflows/update-dependencies.yaml
vendored
|
@ -6,8 +6,7 @@ on:
|
||||||
- cron: '0 18 * * MON'
|
- cron: '0 18 * * MON'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
contents: read
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
Loading…
Reference in a new issue