Skip to content

Commit

Permalink
fix: ownership... I guess I'll do it myself
Browse files Browse the repository at this point in the history
  • Loading branch information
lewxdev committed Aug 27, 2024
1 parent c74c7e6 commit d99bfea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fly-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: deploy
uses: JargeZ/fly-pr-review-apps@4d6566e85d6b9320a781fb4fe42f1f8c31dc5c8e
uses: lewxdev/fly-pr-review-apps@main
with:
name: ${{ env.FLY_APP }}
build_secrets: BASE_URL=https://${{ env.FLY_APP }}.fly.dev
secrets: REDIS_URL=${{ secrets.REDIS_URL }}

0 comments on commit d99bfea

Please sign in to comment.