Skip to content

Commit 9a0293e

Browse files
committed
Add write permission to nightly report table.
1 parent 5b802c8 commit 9a0293e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
schedule:
66
- cron: "0 21 * * *" # 9pm UTC = 1pm PST / 2pm PDT, 12 hours after testapps run
77

8+
permissions: write-all
9+
810
env:
911
GITHUB_TOKEN: ${{ github.token }}
1012
numDays: 7

0 commit comments

Comments
 (0)