From 741f34a223a2104bd65b7b11e68fb9454820ee71 Mon Sep 17 00:00:00 2001 From: "J. Lewis" <6710419+lewxdev@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:06:00 -0400 Subject: [PATCH] fix: review FLY_APP not used by default --- .github/workflows/fly-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fly-review.yml b/.github/workflows/fly-review.yml index 447d11a..75d1cd8 100644 --- a/.github/workflows/fly-review.yml +++ b/.github/workflows/fly-review.yml @@ -30,5 +30,6 @@ jobs: - id: deploy uses: JargeZ/fly-pr-review-apps@unsafe-name with: + name: ${{ env.FLY_APP }} build_secrets: BASE_URL=https://${{ env.FLY_APP }}.fly.dev secrets: REDIS_URL=${{ secrets.REDIS_URL }}