Skip to content

Commit 185d8e2

Browse files
committed
Scope down GitHub token permissions for repo-sync.yml
1 parent 5c6d3fa commit 185d8e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/repo-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
- '.github/workflows/repo-sync.yml'
1010
workflow_dispatch:
1111

12+
13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
1217
jobs:
1318
repo-sync:
1419
name: Repo Sync

0 commit comments

Comments
 (0)