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 feb466a commit ea4e92dCopy full SHA for ea4e92d
.github/workflows/fly-deploy-staging.yml
@@ -26,4 +26,4 @@ jobs:
26
cd $GITHUB_WORKSPACE/staging
27
flyctl deploy --local-only
28
env:
29
- FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
+ FLY_API_TOKEN: ${{ secrets.FLY_STAGING_DEPLOY_TOKEN }}
0 commit comments