Skip to content

Commit 9bd60c8

Browse files
authored
Merge pull request #2089 from cescoffier/fix-working-group-permissions
Add read-all permissions to the token
2 parents 386bb68 + 96d09d1 commit 9bd60c8

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)