Skip to content

Commit a655bb6

Browse files
committed
Fix up update-data.yml permissions
1 parent 5544851 commit a655bb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-data.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
branches: [ main ]
77
schedule:
88
- cron: '0 12 * * *' # 6 AM Chicago (CST), 7 AM during CDT
9+
10+
permissions:
11+
contents: write
12+
pages: write
13+
id-token: write
14+
915
jobs:
1016

1117
create:

0 commit comments

Comments
 (0)