aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-11-07 22:21:54 -0500
committerXe Iaso <me@xeiaso.net>2024-11-07 22:21:54 -0500
commited75544be521793b6c4aac162fc3ff6793c900f5 (patch)
tree96f0718b698a4852645b851cb3d474b65d041855 /.github/workflows
parent4a6d7626c63e17419a5d3d6869c429c316bbab74 (diff)
downloadxesite-ed75544be521793b6c4aac162fc3ff6793c900f5.tar.xz
xesite-ed75544be521793b6c4aac162fc3ff6793c900f5.zip
plan c?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/earthly.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index d2095ad..075c07e 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -58,12 +58,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: azure/setup-kubectl@v4
- - name: Install civo
- uses: civo/action-civo@v1.0.1
- with:
- token: ${{ secrets.CIVO_TOKEN }}
- name: Save Civo kubeconfig
- run: civo kubernetes config aeacus
+ run: |
+ curl -sL https://civo.com/get | sh
+ civo apikey add default $CIVO_TOKEN
+ civo apikey current default
+ civo kubernetes config aeacus
+ env:
+ CIVO_TOKEN: ${{ secrets.CIVO_TOKEN }}
- uses: dorny/paths-filter@v3
id: changes
with: