Skip to content

Commit e8ef289

Browse files
committed
chore(ci): fix daily and nightly ci
1 parent 5d3f2e0 commit e8ef289

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/daily_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- cron: "00 15 * * 1-5"
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
id-token: write
12+
913
jobs:
1014
getVersion:
1115
uses: ./.github/workflows/dafny_version.yaml

.github/workflows/nighly_dafny.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- cron: "30 16 * * *"
1212
workflow_dispatch:
1313

14+
permissions:
15+
id-token: write
16+
contents: read
17+
1418
jobs:
1519
dafny-nightly-verification:
1620
# Don't run the cron builds on forks

0 commit comments

Comments
 (0)