dfsdf
Some checks failed
/ non-lab (push) Failing after 39s

This commit is contained in:
Chris Cowley 2024-09-02 11:43:39 +02:00
parent f6c18c6955
commit 12520f2b19

View file

@ -21,10 +21,11 @@ jobs:
rm -f /tmp/install-opentofu.sh
- name: Setup Kubernetes client
run: |
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
echo ${{ secrets.KUBE_CONFIG_BASE64} | base64 -d > ${KUBE_CONFIG_PATH}
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
- name: Tofu init
working-directory: ${{ github.workspace }}/non-lab
run: tofu init
run: |
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
echo ${{ secrets.KUBE_CONFIG_BASE64} | base64 -d > ${KUBE_CONFIG_PATH}
tofu init
- run: echo ${B2_APPLICATION_KEY_ID}