From 73cbb4103be906ae627e47a1e7600bcb8a77339c Mon Sep 17 00:00:00 2001 From: "J. Lewis" <6710419+lewxdev@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:12:22 -0400 Subject: [PATCH] ci: restore Fly review deployments Prompt: go ahead and fix everything here, but keep each area should be a single slice in a $gh-stack, you can make each area a subagent too Co-authored-by: Codex --- .github/workflows/fly-review.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fly-review.yml b/.github/workflows/fly-review.yml index 198b822..7bba1a3 100644 --- a/.github/workflows/fly-review.yml +++ b/.github/workflows/fly-review.yml @@ -1,6 +1,6 @@ # see: # * https://fly.io/docs/blueprints/review-apps-guide -# * https://github.com/superfly/fly-pr-review-apps/blob/1.2.1/README.md +# * https://github.com/superfly/fly-pr-review-apps/blob/1.6.0/README.md name: Fly Review on: @@ -28,8 +28,9 @@ jobs: steps: - uses: actions/checkout@v4 - id: deploy - uses: lewxdev/fly-pr-review-apps@main + uses: superfly/fly-pr-review-apps@1.6.0 with: + name: ${{ env.FLY_APP }} build_secrets: BASE_URL=https://${{ env.FLY_APP }}.fly.dev secrets: | BASE_URL=https://${{ env.FLY_APP }}.fly.dev