Skip to content

Commit 43b5163

Browse files
authored
chore: fix non-prod.yml (#2007)
1 parent 1b961b5 commit 43b5163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/non-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
name: Non Prod Daily CI
33

44
permissions:
5+
id-token: write
56
contents: read
67
on:
78
schedule:
89
- cron: "00 18 * * 1-5"
10+
workflow_dispatch:
911

1012
jobs:
1113
getVersion:

0 commit comments

Comments
 (0)