Skip to content

Commit c154a63

Browse files
Reduce permissions
1 parent c6671b4 commit c154a63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
repository: stackhpc/kayobe
3131
search_regex: '@stackhpc\/.*$'
3232
prefix: '@'
33-
permissions: write-all
33+
permissions:
34+
contents: write
35+
pull-requests: write
3436
name: ${{ matrix.key }}
3537
steps:
3638
- name: Checkout

0 commit comments

Comments
 (0)