We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 134d483 + 2fc3e33 commit 3440ff1Copy full SHA for 3440ff1
.github/workflows/test_and_lint.yml
@@ -2,7 +2,7 @@ name: Daily Test and Lint
2
3
on:
4
schedule:
5
- - cron: '0 0 * * *' # Run at midnight
+ - cron: '0 4 * * *'
6
7
jobs:
8
test-and-lint:
@@ -44,4 +44,4 @@ jobs:
44
CORBADO_BACKEND_API: ${{ vars.CORBADO_BACKEND_API }}
45
CORBADO_FRONTEND_API: ${{ vars.CORBADO_FRONTEND_API }}
46
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
47
- CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}
+ CORBADO_PROJECT_ID: "pro-1870103272253508163"
0 commit comments