Skip to content

Commit baedb73

Browse files
committed
Fix scheduled workflow permissions
1 parent d543be0 commit baedb73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_scheduled.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77
# run every Saturday at 11 EST / 12 EDT
88
# because new Pydantic versions keep breaking things :(
99
- cron: 0 16 * * 6
10+
workflow_dispatch:
1011

1112
jobs:
1213
ci:
1314
uses: ./.github/workflows/ci.yml
15+
permissions:
16+
contents: write
17+
pages: read

0 commit comments

Comments
 (0)