Skip to content

Commit

Permalink
feat(tooling-ci): Change env vars used from RC to PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Nov 6, 2024
1 parent 28f13aa commit 334bfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apps_wallet_prod_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- "wallet-v*.*.*"

env:
DEFAULT_NETWORK: ${{ secrets.WALLET_RC_DEFAULT_NETWORK }}
IOTA_NETWORKS: ${{ secrets.WALLET_RC_IOTA_NETWORKS }}
APPS_BACKEND: ${{ secrets.WALLET_RC_APPS_BACKEND }}
DEFAULT_NETWORK: ${{ secrets.WALLET_PROD_DEFAULT_NETWORK }}
IOTA_NETWORKS: ${{ secrets.WALLET_PROD_IOTA_NETWORKS }}
APPS_BACKEND: ${{ secrets.WALLET_PROD_APPS_BACKEND }}

jobs:
wallet-prod-build:
Expand Down

0 comments on commit 334bfd4

Please sign in to comment.