Skip to content

Commit 00fb3a6

Browse files
committed
chore: add permissions to the daily job (box/box-codegen#910)
1 parent 8d64e63 commit 00fb3a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "c370934", "specHash": "f3c7c76", "version": "10.3.0" }
1+
{ "engineHash": "a8f83de", "specHash": "f3c7c76", "version": "10.3.0" }

.github/workflows/build-and-test-daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build and Test daily
22
on:
33
schedule:
44
- cron: '20 1 * * 1-5'
5+
6+
permissions:
7+
contents: read
8+
59
jobs:
610
build-and-test:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)