reference staging deploy token in deploy workflow config

This commit is contained in:
msukkari 2025-01-31 11:31:18 -08:00
parent feb466af2b
commit ea4e92d704

View file

@ -26,4 +26,4 @@ jobs:
cd $GITHUB_WORKSPACE/staging
flyctl deploy --local-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_API_TOKEN: ${{ secrets.FLY_STAGING_DEPLOY_TOKEN }}