Skip to content

Commit 3bf6977

Browse files
set in env
1 parent 1963583 commit 3bf6977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
- name: Deploy infra to dev cluster and check the deployment
9292
env:
9393
GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GCP_INFRA_CI_AUTOMATION_SA}}
94+
KUBECONFIG: artifacts/kubeconfig
9495
run: |
9596
gcloud auth activate-service-account --key-file <(echo "$GOOGLE_APPLICATION_CREDENTIALS")
9697
gcloud auth list
9798
98-
export KUBECONFIG=artifacts/kubeconfig
9999
make install-local-without-write
100100
101101
nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &

0 commit comments

Comments
 (0)