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 747aefe commit b231a6cCopy full SHA for b231a6c
1 file changed
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ jobs:
83
FLY_REGION: ${{ vars.FLY_REGION }}
84
with:
85
app_name: ${{ env.FLY_ORG }}-${{ github.event.number }}
86
- secrets: |
+ env_vars: |
87
APP_ENV=staging
88
- GITHUB_OWNER: "forge-42"
89
- GITHUB_REPO: "docs-template"
90
- GITHUB_REPO_URL: "https://github.com/forge-42/docs-template"
+ GITHUB_OWNER=forge-42
+ GITHUB_REPO=docs-template
+ GITHUB_REPO_URL=https://github.com/forge-42/docs-template
0 commit comments