Skip to content

Commit 62a272e

Browse files
committed
fix: Edit .envs
Signed-off-by: gsstoykov <[email protected]>
1 parent 0da7ba2 commit 62a272e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/zxf-publish-release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,15 @@ jobs:
381381
installMirrorNode: true
382382
hieroVersion: ${{ env.CONSENSUS_NODE_VERSION }}
383383

384+
- name: Create env file
385+
run: |
386+
touch .env
387+
echo TEST_OPERATOR_ID="0.0.2" >> .env
388+
echo TEST_OPERATOR_KEY="302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137" >> .env
389+
echo TEST_NETWORK_NAME="localhost" >> .env
390+
echo TEST_RUN_NONFREE="1" >> .env
391+
cat .env
392+
384393
# Update the Cargo.toml files for the hiero-sdk-* packages
385394
- name: Update Cargo.toml for hiero publishing
386395
if: ${{ env.DUAL_PUBLISH_ENABLED == 'true' }}

0 commit comments

Comments
 (0)