Skip to content

Commit

Permalink
chore: attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
conradbekondo committed Jan 22, 2025
1 parent 858ffc3 commit 6aa39c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
DATABASE_URL: ${{ secrets.STAGING_DB }}
DATABASE_URL: ${{ vars.STAGING_DB }}
SYSTEM_WALLET: ${{ secrets.STAGING_SYSTEM_WALLET }}
SYSTEM_STARTING_BALANCE: ${{ vars.STAGING_SYSTEM_STARTING_BALANCE }}
ORIGIN: ${{ vars.STAGING_ORIGIN }}
Expand Down

0 comments on commit 6aa39c9

Please sign in to comment.