Skip to content

Commit

Permalink
ci(js-sdk): Sharing secrets to shared build/publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzanecook committed Jan 9, 2024
1 parent d86a22c commit 2b986e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js-sdk-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ on:
jobs:
build:
uses: ./.github/workflows/js-sdk-shared.yaml
secrets: inherit
with:
should-publish: false
1 change: 1 addition & 0 deletions .github/workflows/js-sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ permissions:
jobs:
publish:
uses: ./.github/workflows/js-sdk-shared.yaml
secrets: inherit
with:
should-publish: true

0 comments on commit 2b986e0

Please sign in to comment.