We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86435e3 commit d25f81eCopy full SHA for d25f81e
.github/workflows/smoke-test.yml
@@ -9,4 +9,7 @@ jobs:
9
with:
10
CUSTOM_URL: ${{ github.event.deployment_status.environment_url }}
11
IS_MAINNET: "false"
12
- secrets: inherit
+ secrets:
13
+ SEED_PHRASE: ${{ secrets.SEED_PHRASE }}
14
+ WALLET_PASSWORD: ${{ secrets.WALLET_PASSWORD }}
15
+ TESTOMAT_API_KEY: ${{ secrets.TESTOMAT_API_KEY }}
0 commit comments