We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d734a07 commit 001d244Copy full SHA for 001d244
.github/workflows/e2e-naga.yml
@@ -56,9 +56,9 @@ jobs:
56
# - environment: naga-staging
57
# network: naga-staging
58
# privateKey: LIVE_MASTER_ACCOUNT_NAGA_STAGING
59
- # - environment: naga-test
60
- # network: naga-test
61
- # privateKey: LIVE_MASTER_ACCOUNT_NAGA_TEST
+ - environment: naga-test
+ network: naga-test
+ privateKey: LIVE_MASTER_ACCOUNT_NAGA_TEST
62
env:
63
LOG_LEVEL: debug2
64
LIVE_MASTER_ACCOUNT: ${{ secrets[matrix.privateKey] }}
0 commit comments