parent
96668c9848
commit
1860c52c31
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ jobs:
|
||||||
- name: Setup Kubernetes client
|
- name: Setup Kubernetes client
|
||||||
run: |
|
run: |
|
||||||
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
|
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
|
||||||
echo ${{ env.B2_APPLICATION_KEY_ID }}
|
echo ${{ secrets.B2_APPLICATION_KEY_ID }}
|
||||||
which tofu
|
|
||||||
ls /usr/bin
|
ls /usr/bin
|
||||||
|
which tofu
|
||||||
# - name: Tofu init
|
# - name: Tofu init
|
||||||
# working-directory: ${{ github.workspace }}/non-lab
|
# working-directory: ${{ github.workspace }}/non-lab
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue