There was an error while loading. Please reload this page.
2 parents 5aa737d + 70b848b commit 9e6a53bCopy full SHA for 9e6a53b
2 files changed
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
env:
56
LTTLE_JWT_TOKEN: ${{ secrets.LTTLE_JWT_TOKEN }}
57
run: |
58
- lttle login --api "http://eu.lttle.cloud:5100" "$LTTLE_JWT_TOKEN"
+ lttle login --api "https://eu.lttle.cloud" "$LTTLE_JWT_TOKEN"
59
60
- uses: actions/setup-node@v3
61
with:
.github/workflows/remove-preview-deployment.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
- name: "Remove Preview Deployment"
26
0 commit comments