Skip to content

Commit

Permalink
":recycle: Github workflow - add Publish Soti"
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Sep 14, 2023
1 parent 96ed264 commit e665bd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit e665bd6

Please sign in to comment.