Skip to content

Commit f2d1b72

Browse files
[Infra] Update generate_issues.yml to give GITHUB_TOKEN write permissions for issues. (#14529)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 72cf6f7 commit f2d1b72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate_issues.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
# Run every day at 4am (PST) - cron uses UTC times
1010
- cron: '0 12 * * *'
11+
12+
permissions:
13+
issues: write
14+
1115
jobs:
1216
generate_an_issue:
1317
# Don't run on private repo.

0 commit comments

Comments
 (0)