From e665bd6e361dc35fb4fdd1bea241a13941b99074 Mon Sep 17 00:00:00 2001 From: Ulric Date: Thu, 14 Sep 2023 09:06:28 +0200 Subject: [PATCH] ":recycle: Github workflow - add Publish Soti" --- .github/workflows/production.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 4f440956..1166ef81 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -34,3 +34,13 @@ jobs: vault-path: GH-Storybook-design-system vault-url: ${{ vars.VAULT_URL }} s3-path: storybook-react-native-design-system + publish-soti: + uses: ZeroGachis/github-action-soti-apk-uploader@v2 + with: + soti-api-url: 'Soti api url' + workspace: 'Github workspace' + apk-name: 'Apk name' + soti-api-key: 'Soti api key' + soti-api-secret: 'Soti api secret' + soti-username: 'Soti username' + soti-password: 'Soti password'