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 eab00d5 commit 16fb438Copy full SHA for 16fb438
.github/workflows/previews-ods-ui.yaml
@@ -43,6 +43,9 @@ jobs:
43
kubectl config set-credentials default "--token=${K8S_TOKEN}"
44
kubectl config set-context default --cluster=default --namespace=piveau-previews --user=default
45
kubectl config use-context default
46
+ env:
47
+ K8S_API_URL: ${{ secrets.K8S_API_URL }}
48
+ K8S_TOKEN: ${{ secrets.K8S_TOKEN }}
49
50
- name: Generate manifests
51
working-directory: ./opendata.swiss/ui/k8s
0 commit comments