Skip to content

Commit 17cf78e

Browse files
committed
fix workflow
1 parent 1b4b7b0 commit 17cf78e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
if: steps.npm_cache.outputs.cache-hit != 'true'
5151
run: yarn install
5252

53+
- name: create secrets
54+
env:
55+
SECRETS_JSON: {{ secrets.SECRETS_JSON }}
56+
run: |
57+
cat "$SECRETS_JSON" > secrets.json
58+
5359
- name: Verify via smart contract
5460
run: |
5561
npx hardhat test

0 commit comments

Comments
 (0)