Skip to content

Commit fccb16f

Browse files
Merge pull request #763 from threshold-network/backport-add-trm-secrets-to-preview
[Backport] Add TRM secrets to mainnet preview
2 parents 295ea70 + b7f9db1 commit fccb16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dashboard-mainnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
ELECTRUM_PORT: ${{ secrets.MAINNET_ELECTRUMX_PORT }}
5858
SENTRY_SUPPORT: true
5959
SENTRY_DSN: ${{ secrets.MAINNET_SENTRY_DSN }}
60+
TRM_API_KEY: ${{ secrets.TEST_TRM_API_KEY }}
61+
TRM_SUPPORT: ${{ secrets.TRM_SUPPORT }}
6062
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WALLET_CONNECT_PROJECT_ID }}
6163
GOOGLE_TAG_MANAGER_SUPPORT: false
6264
GOOGLE_TAG_MANAGER_ID: ${{ secrets.GOOGLE_TAG_MANAGER_ID }}

0 commit comments

Comments
 (0)