Set global KUBECONFIG via env
This commit is contained in:
parent
5e503aafd0
commit
8765914b79
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-and-deploy.yaml
vendored
2
.github/workflows/build-and-deploy.yaml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
env:
|
||||
KUBECONFIG: ~/.kube/config
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Reference in a new issue