parent
5f9ec9b12c
commit
a325ba8f78
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue