diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index a082f2b..bcf63bc 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 350b85a..8f0df90 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 }}"