Skip to content

Commit 9d3a537

Browse files
chore: permission fix and comment cleanup
1 parent 01a6e71 commit 9d3a537

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly-serverless-init.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly serverless-init build
22

33
on:
44
schedule:
5-
# 2 AM UTC (~9 PM ET), daily
5+
# 2 AM UTC (~9-10 PM ET), daily
66
- cron: "0 2 * * *"
77
workflow_dispatch:
88

@@ -14,6 +14,7 @@ jobs:
1414
build-nightly:
1515
runs-on: ubuntu-22.04
1616
permissions:
17+
contents: read
1718
packages: write
1819
strategy:
1920
matrix:

0 commit comments

Comments
 (0)