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

This commit is contained in:
Chris Cowley 2024-09-02 14:43:08 +02:00
parent b9b0867beb
commit 781f0c9462

View file

@ -25,11 +25,9 @@ jobs:
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
echo ${{ env.B2_APPLICATION_KEY_ID}}
- name: Tofu init
uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
working-directory: ${{ github.workspace }}/non-lab
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}
uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main