Skip to content

Commit 3440ff1

Browse files
committed
Merge branch 'main' of github.com-corbado:corbado/corbado-python
2 parents 134d483 + 2fc3e33 commit 3440ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Daily Test and Lint
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *' # Run at midnight
5+
- cron: '0 4 * * *'
66

77
jobs:
88
test-and-lint:
@@ -44,4 +44,4 @@ jobs:
4444
CORBADO_BACKEND_API: ${{ vars.CORBADO_BACKEND_API }}
4545
CORBADO_FRONTEND_API: ${{ vars.CORBADO_FRONTEND_API }}
4646
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
47-
CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}
47+
CORBADO_PROJECT_ID: "pro-1870103272253508163"

0 commit comments

Comments
 (0)