Skip to content

Commit

Permalink
Merge pull request #10 from WalletConnect/fix/private_repo_build
Browse files Browse the repository at this point in the history
fix: adding secrets inheritance to the build publish workflow
  • Loading branch information
geekbrother committed Jun 25, 2024
2 parents 2ce38a2 + 0cce369 commit 7728418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
fail-fast: false
matrix:
env: ${{ fromJson(inputs.publish-envs) }}
secrets: inherit
uses: ./.github/workflows/build-publish.yml
with:
version: ${{ needs.update_version.outputs.version }}
Expand Down

0 comments on commit 7728418

Please sign in to comment.