Skip to content

Commit 97dd248

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
- name: "Create env file"
128128
run: |
129129
touch .env
130-
echo TEST_OPERATOR_KEY="302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137" >> .env
131-
echo TEST_OPERATOR_ID="0.0.2" >> .env
130+
echo TEST_OPERATOR_KEY="${{ steps.solo.outputs.privateKey }}" >> .env
131+
echo TEST_OPERATOR_ID="${{ steps.solo.outputs.accountId }}" >> .env
132132
echo TEST_NETWORK_NAME="localhost" >> .env
133133
echo TEST_RUN_NONFREE="1" >> .env
134134
cat .env

0 commit comments

Comments
 (0)