Skip to content

Commit 96d09d1

Browse files
committed
Add read-all permissions to the token
1 parent 386bb68 commit 96d09d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync-working-groups.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
schedule:
88
- cron: '0 * * * *'
99
workflow_dispatch:
10+
11+
permissions: read-all
12+
1013
jobs:
1114
sync:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)