Skip to content

Commit

Permalink
Fix status URL to HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
BS-jiriceska committed Nov 1, 2024
1 parent 7d8bc96 commit 3781e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
XBK_PROJECT_NAME: DancingGoat
K13_PROJECT_NAME: Kentico13_DancingGoat
XBK_STATUS_CHECK_URL: https://localhost:14066/status
K13_STATUS_CHECK_URL: http://localhost:65375/status
K13_STATUS_CHECK_URL: https://localhost:65375/status
XPERIENCE_BY_KENTICO_LICENSE: ${{ secrets.XPERIENCE_BY_KENTICO_LICENSE }}
KENTICO_XPERIENCE_13_LICENSE: ${{ secrets.KENTICO_XPERIENCE_13_LICENSE }}

Expand Down

0 comments on commit 3781e2f

Please sign in to comment.