Skip to content

Commit ea4e92d

Browse files
committed
reference staging deploy token in deploy workflow config
1 parent feb466a commit ea4e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fly-deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
cd $GITHUB_WORKSPACE/staging
2727
flyctl deploy --local-only
2828
env:
29-
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
29+
FLY_API_TOKEN: ${{ secrets.FLY_STAGING_DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)