diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index 205e2b7..7d2274b 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -10,11 +10,11 @@ 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 }}" - name: Cleanup Koyeb application uses: koyeb/action-git-deploy/cleanup@v1 with: - app-name: expressjs-static-${{ github.event.ref }} \ No newline at end of file + app-name: expressjs-static-${{ github.event.ref }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b3ed422..163691a 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 }}"