From ca510c7198ddec8197c8674fa728bc1396114ae8 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Mon, 12 Aug 2024 12:14:28 +0100 Subject: [PATCH] Update GH actions repo URL --- .github/workflows/cleanup.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index 9c44242..ebc2a31 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install and configure the Koyeb CLI - uses: koyeb-community/install-koyeb-cli@v2 + uses: koyeb-community/koyeb-actions@v2 with: api_token: "${{ secrets.KOYEB_EXAMPLES_APPS_TOKEN }}" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6bdd845..9718ecd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install and configure the Koyeb CLI - uses: koyeb-community/install-koyeb-cli@v2 + uses: koyeb-community/koyeb-actions@v2 with: api_token: "${{ secrets.KOYEB_EXAMPLES_APPS_TOKEN }}"