Skip to content

Commit 1714433

Browse files
ci: use envs defined in solo action
Signed-off-by: venilinvasilev <[email protected]>
1 parent 7b53131 commit 1714433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flow-rust-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
- name: Create env file
120120
run: |
121121
touch .env
122-
echo TEST_OPERATOR_KEY="302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137" >> .env
123-
echo TEST_OPERATOR_ID="0.0.2" >> .env
122+
echo TEST_OPERATOR_KEY="${{ steps.solo.outputs.privateKey }}" >> .env
123+
echo TEST_OPERATOR_ID="${{ steps.solo.outputs.accountId }}" >> .env
124124
echo TEST_NETWORK_NAME="localhost" >> .env
125125
echo TEST_RUN_NONFREE="1" >> .env
126126
cat .env

0 commit comments

Comments
 (0)