diff options
| -rw-r--r-- | .github/workflows/earthly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index c53f971..b94011c 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -63,7 +63,7 @@ jobs: curl -sL https://civo.com/get | sh civo apikey add default $CIVO_TOKEN civo apikey current default - civo kubernetes config --region phx1 aeacus + civo kubernetes config --region phx1 aeacus --save --switch env: CIVO_TOKEN: ${{ secrets.CIVO_TOKEN }} - uses: dorny/paths-filter@v3 |
