[add] SDK submodule updated to develop + will now be auto updated

This commit is contained in:
Lucas PASCAL
2022-03-14 09:55:49 +01:00
parent 780f75a54e
commit 358fcbd4ee
2 changed files with 11 additions and 1 deletions

View File

@@ -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