diff --git a/.github/workflows/sdk-generation.yml b/.github/workflows/sdk-generation.yml index 162371e..7636bf6 100644 --- a/.github/workflows/sdk-generation.yml +++ b/.github/workflows/sdk-generation.yml @@ -41,3 +41,13 @@ jobs: message: "[update] Branch ${{ steps.extract_branch.outputs.branch }} | Commit ${GITHUB_SHA}" secret: ${{ secrets.CI_BOT_TOKEN }} repository: LedgerHQ/ethereum-plugin-sdk + + - name: Update the SDK submodule in the Ethereum app + uses: ./.github/actions/commit-changes + with: + name: 'ldg-github-ci' + files: ethereum-plugin-sdk + branch: ${{ steps.extract_branch.outputs.branch }} + message: "[update][SDK] Branch ${{ steps.extract_branch.outputs.branch }} | Commit ${GITHUB_SHA}" + secret: ${{ secrets.CI_BOT_TOKEN }} + repository: LedgerHQ/ethereum-plugin-sdk diff --git a/ethereum-plugin-sdk b/ethereum-plugin-sdk index 3a79796..372446f 160000 --- a/ethereum-plugin-sdk +++ b/ethereum-plugin-sdk @@ -1 +1 @@ -Subproject commit 3a797967f43ec1a055c3b44f03a2b86829f72c77 +Subproject commit 372446f671ccec7dbd563cff2ee81473ca44bea5