diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb8ed96..ee9d8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v2 - name: Deploy Tailcall id: deploy-tailcall - uses: tailcallhq/gh-action@v0.2 + uses: tailcallhq/gh-action with: provider: "fly" fly-api-token: ${{ secrets.FLY_API_TOKEN }}