Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 3233031

Browse files
Feat: Updated secret usage for smoke-test ci workflow (#211)
1 parent c7763b1 commit 3233031

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/smoke-test.yml

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

0 commit comments

Comments
 (0)