Skip to content

Commit e0784a9

Browse files
Update Daily CI workflow with permissions
Added permissions for id-token and contents.
1 parent babee7b commit e0784a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/daily_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This workflow runs every weekday at 15:00 UTC (8AM PDT)
22
name: Daily CI
33

4+
permissions:
5+
id-token: write
6+
contents: read
7+
48
on:
59
schedule:
610
- cron: "00 15 * * 1-5"

0 commit comments

Comments
 (0)