Skip to content

Commit

Permalink
set in env
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Oct 10, 2022
1 parent 1963583 commit 3bf6977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
- name: Deploy infra to dev cluster and check the deployment
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GCP_INFRA_CI_AUTOMATION_SA}}
KUBECONFIG: artifacts/kubeconfig
run: |
gcloud auth activate-service-account --key-file <(echo "$GOOGLE_APPLICATION_CREDENTIALS")
gcloud auth list
export KUBECONFIG=artifacts/kubeconfig
make install-local-without-write
nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
Expand Down

0 comments on commit 3bf6977

Please sign in to comment.