We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554ebfc commit 64e1670Copy full SHA for 64e1670
.github/workflows/maven.yml
@@ -32,15 +32,15 @@ jobs:
32
33
- name: Prepare Hedera Solo
34
id: solo
35
- uses: OpenElements/hedera-solo-action@v0.6
+ uses: OpenElements/hedera-solo-action@v0.7
36
with:
37
installMirrorNode: true
38
39
- name: Build with Maven
40
env:
41
spring_profiles_active: solo
42
- HEDERA_ACCOUNT_ID: ${{ steps.solo.outputs.accountId }}
43
- HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.privateKey }}
+ HEDERA_ACCOUNT_ID: ${{ steps.solo.outputs.ecdsaAccountId }}
+ HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.ecdsaPrivateKey }}
44
HEDERA_NETWORK: hiero-solo-action
45
run: ./mvnw verify
46
0 commit comments