We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c896715 commit 5bff360Copy full SHA for 5bff360
.github/workflows/validate.yaml
@@ -59,7 +59,12 @@ jobs:
59
env:
60
FLY_ORG: ${{ vars.FLY_ORG }}
61
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
62
- FLY_REGION: fra
+ FLY_REGION: ${{ vars.FLY_REGION }}
63
with:
64
workspace_name: docs
65
app_name: react-router-devtools-docs-pr-${{ github.event.number }}
66
+ env_vars: |
67
+ APP_ENV=production
68
+ GITHUB_OWNER=${{ github.repository_owner }}
69
+ GITHUB_REPO=${{ github.event.repository.name }}
70
+ GITHUB_REPO_URL=https://github.com/${{ github.repository }}
0 commit comments