Skip to content

Commit

Permalink
✏️ Github workflow - fix secret path
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Sep 22, 2023
1 parent 0850221 commit c3c5c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
package-name: com.storybook
working-directory: ./Storybook
configuration: release
vault-path: GH-Storybook-design-system
vault-path: storybook-design-system
vault-url: ${{ vars.VAULT_URL }}
is-library-package: true
secrets: inherit
Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version: 18
codepush-app: smartway-ai/storybook-smartapp
vault-path: GH-Storybook-design-system
vault-path: storybook-design-system
vault-url: ${{ vars.VAULT_URL }}
is-library-package: true
apk-version: ${{ needs.create-apk.outputs.apk-version}}
Expand All @@ -43,7 +43,7 @@ jobs:
apk-artifact-name: ${{ needs.create-apk.outputs.apk-artifact-name }}
apk-name: ${{ needs.create-apk.outputs.apk-name }}
apk-version: ${{ needs.create-apk.outputs.apk-version}}
vault-path: GH-Storybook-design-system
vault-path: storybook-design-system
vault-url: ${{ vars.VAULT_URL }}
s3-path: storybook-react-native-design-system
secrets: inherit
Expand Down

0 comments on commit c3c5c5e

Please sign in to comment.