We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5838311 commit b9044e0Copy full SHA for b9044e0
.github/workflows/backend-ci.yml
@@ -56,6 +56,7 @@ jobs:
56
SPRING_DATASOURCE_USERNAME: testuser
57
SPRING_DATASOURCE_PASSWORD: testpassword
58
CORS_ALLOWED_ORIGINS: ${{ secrets.CORS_ALLOWED_ORIGINS }}
59
+ CCTV_STREAM_URL_PREFIX: ${{ secrets.CCTV_STREAM_URL_PREFIX }}
60
run: ./gradlew test
61
62
dependency-submission:
0 commit comments