diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96cd78c..fe2b6b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: permissions: id-token: write contents: read - env: - DEPLOY_API_ENDPOINT: https://deno-staging.com steps: - name: Clone repository @@ -31,7 +29,7 @@ jobs: run: deno run -A https://deno.land/x/lume/ci.ts - name: Deploy to Deno Deploy - uses: lucacasonato/deployctl@github_action + uses: denoland/deployctl@v1 with: project: lume-example entrypoint: https://deno.land/std/http/file_server.ts