We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4a57f commit 9079ce5Copy full SHA for 9079ce5
.github/workflows/ci-e2e.yaml
@@ -80,8 +80,8 @@ jobs:
80
env:
81
REPOSITORY: ${{ steps.image_in_docker.outputs.repository }}
82
TAG: ${{ steps.image_in_docker.outputs.tag }}
83
- SECURE_API_TOKEN: ${{ secrets.SECURE_API_TOKEN }}
84
- SECURE_URL: ${{ secrets.SECURE_URL }}
+ SECURE_API_TOKEN: ${{ secrets.KUBELAB_SECURE_API_TOKEN }}
+ SECURE_URL: ${{ secrets.SECURE_URL || 'https://secure.sysdig.com' }}
85
run: |
86
helm install harbor-scanner-sysdig-secure sysdig/harbor-scanner-sysdig-secure \
87
--wait \
0 commit comments