Skip to content

Commit 16fb438

Browse files
committed
ci: fix env
1 parent eab00d5 commit 16fb438

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/previews-ods-ui.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
kubectl config set-credentials default "--token=${K8S_TOKEN}"
4444
kubectl config set-context default --cluster=default --namespace=piveau-previews --user=default
4545
kubectl config use-context default
46+
env:
47+
K8S_API_URL: ${{ secrets.K8S_API_URL }}
48+
K8S_TOKEN: ${{ secrets.K8S_TOKEN }}
4649

4750
- name: Generate manifests
4851
working-directory: ./opendata.swiss/ui/k8s

0 commit comments

Comments
 (0)