Skip to content

Commit

Permalink
Add TRM secrets to mainnet preview
Browse files Browse the repository at this point in the history
Adds TRM secrets to `build` job so that it's available on a mainnet
preview. Here we are introducing a new secret variable -
`TEST_TRM_API_KEY` - which will contain the TRM api key for testing
environment (bust still for mainnet network).
  • Loading branch information
michalsmiarowski committed Jun 10, 2024
1 parent 775a0e3 commit 1cc720d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dashboard-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
ELECTRUM_PORT: ${{ secrets.MAINNET_ELECTRUMX_PORT }}
SENTRY_SUPPORT: true
SENTRY_DSN: ${{ secrets.MAINNET_SENTRY_DSN }}
TRM_API_KEY: ${{ secrets.TEST_TRM_API_KEY }}
TRM_SUPPORT: ${{ secrets.TRM_SUPPORT }}
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WALLET_CONNECT_PROJECT_ID }}
GOOGLE_TAG_MANAGER_SUPPORT: false
GOOGLE_TAG_MANAGER_ID: ${{ secrets.GOOGLE_TAG_MANAGER_ID }}
Expand Down

0 comments on commit 1cc720d

Please sign in to comment.