Skip to content

Commit 3ba9108

Browse files
committed
chore: Add kubeconfig to deployment workflow
1 parent d683e37 commit 3ba9108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-env.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
run: |
3131
echo ${{ secrets.ENVRC }} > .envrc
3232
source .envrc
33+
echo ${{ secrets.KUBECONFIG }} > .kubeconfig
34+
export KUBECONFIG=.kubeconfig
3335
3436

0 commit comments

Comments
 (0)