gmm
All checks were successful
/ non-lab (push) Successful in 1m14s

This commit is contained in:
Chris Cowley 2024-09-02 11:52:14 +02:00
parent 5f9ec9b12c
commit a325ba8f78

View file

@ -27,6 +27,6 @@ jobs:
working-directory: ${{ github.workspace }}/non-lab
run: |
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
echo ${{ secrets.KUBE_CONFIG_BASE64} | base64 -d > ${KUBE_CONFIG_PATH}
echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
tofu init
- run: echo ${B2_APPLICATION_KEY_ID}