Skip to content

Commit

Permalink
fix: build and runtime secrets I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
lewxdev committed Aug 27, 2024
1 parent 2e4afd6 commit 941ad54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fly-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
uses: lewxdev/fly-pr-review-apps@main
with:
build_secrets: BASE_URL=https://${{ env.FLY_APP }}.fly.dev
secrets: REDIS_URL=${{ secrets.REDIS_URL }}
secrets: |
BASE_URL=https://${{ env.FLY_APP }}.fly.dev
REDIS_URL=${{ secrets.REDIS_URL }}

0 comments on commit 941ad54

Please sign in to comment.