This commit is contained in:
parent
ae76ef9c0b
commit
60ba1becdb
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ jobs:
|
||||||
- name: Tofu Plan
|
- name: Tofu Plan
|
||||||
working-directory: ${{ github.workspace }}/non-lab
|
working-directory: ${{ github.workspace }}/non-lab
|
||||||
run: |
|
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
|
tofu plan -out tfplan
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue