Update .forgejo/workflows/non-lab.yml
Some checks failed
/ non-lab (push) Failing after 1m46s

This commit is contained in:
Chris Cowley 2024-09-13 09:37:49 +00:00
parent ae76ef9c0b
commit 60ba1becdb

View file

@ -38,6 +38,10 @@ jobs:
- name: Tofu Plan
working-directory: ${{ github.workspace }}/non-lab
run: |
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
export B2_APPLICATION_KEY_ID=${{ secrets.B2_APPLICATION_KEY_ID }}
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
tofu plan -out tfplan
- uses: actions/upload-artifact@v4
with: