Skip to content

Commit 9079ce5

Browse files
committed
chore: update ci
1 parent 2a4a57f commit 9079ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
env:
8181
REPOSITORY: ${{ steps.image_in_docker.outputs.repository }}
8282
TAG: ${{ steps.image_in_docker.outputs.tag }}
83-
SECURE_API_TOKEN: ${{ secrets.SECURE_API_TOKEN }}
84-
SECURE_URL: ${{ secrets.SECURE_URL }}
83+
SECURE_API_TOKEN: ${{ secrets.KUBELAB_SECURE_API_TOKEN }}
84+
SECURE_URL: ${{ secrets.SECURE_URL || 'https://secure.sysdig.com' }}
8585
run: |
8686
helm install harbor-scanner-sysdig-secure sysdig/harbor-scanner-sysdig-secure \
8787
--wait \

0 commit comments

Comments
 (0)