Skip to content

Commit d25f81e

Browse files
committed
Fix: Replaced with certain passed secrets
1 parent 86435e3 commit d25f81e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/smoke-test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ jobs:
99
with:
1010
CUSTOM_URL: ${{ github.event.deployment_status.environment_url }}
1111
IS_MAINNET: "false"
12-
secrets: inherit
12+
secrets:
13+
SEED_PHRASE: ${{ secrets.SEED_PHRASE }}
14+
WALLET_PASSWORD: ${{ secrets.WALLET_PASSWORD }}
15+
TESTOMAT_API_KEY: ${{ secrets.TESTOMAT_API_KEY }}

0 commit comments

Comments
 (0)