Skip to content

Commit

Permalink
using new secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
newtewt committed Aug 31, 2021
1 parent 4960ee7 commit 2897d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
COUCH_NODE_NAME: nonode@nohost
BUILDS_SERVER: _couch/builds_testing
STAGING_SERVER: _couch/builds
MARKET_URL: ${{ secrets.MARKET_URL }}
MARKET_URL: ${{ secrets.AUTH_MARKET_URL || 'https://staging.dev.medicmobile.org' }}

jobs:
build:
Expand Down

0 comments on commit 2897d14

Please sign in to comment.