parent
f6c18c6955
commit
12520f2b19
1 changed files with 4 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue