parent
e7bf8fe429
commit
a79b835707
1 changed files with 7 additions and 7 deletions
|
@ -13,13 +13,13 @@ jobs:
|
|||
with:
|
||||
sparse-checkout: |
|
||||
non-lab
|
||||
- name: Setup OpenTofu
|
||||
run: |
|
||||
curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh
|
||||
chmod +x /tmp/install-opentofu.sh
|
||||
/tmp/install-opentofu.sh --install-method deb
|
||||
rm -f /tmp/install-opentofu.sh
|
||||
#- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
|
||||
- name: Setup OpenTofu
|
||||
run: |
|
||||
curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh
|
||||
chmod +x /tmp/install-opentofu.sh
|
||||
/tmp/install-opentofu.sh --install-method deb
|
||||
rm -f /tmp/install-opentofu.sh
|
||||
#- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
|
||||
- name: Setup Kubernetes client
|
||||
run: |
|
||||
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
|
||||
|
|
Loading…
Add table
Reference in a new issue