Skip to content

Commit 3467eca

Browse files
Update tag for Hiero Solo Action
Signed-off-by: Alexander Shenshin <[email protected]>
1 parent c012101 commit 3467eca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545

4646
- name: Prepare Hiero Solo
4747
id: solo
48-
uses: AlexanderShenshin/[email protected].4-dev
48+
uses: AlexanderShenshin/[email protected].6-dev
4949
with:
5050
installMirrorNode: true
5151

5252
- name: Run tests
5353
run: poetry run pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
5454
env:
55-
OPERATOR_ID: ${{ steps.solo.outputs.accountId }}
56-
OPERATOR_KEY: ${{ steps.solo.outputs.privateKey }}
55+
OPERATOR_ID: ${{ steps.solo.outputs.ed25519AccountId }}
56+
OPERATOR_KEY: ${{ steps.solo.outputs.ed25519PrivateKey }}
5757
NETWORK: solo
5858

5959
- name: Check typing

0 commit comments

Comments
 (0)