Skip to content

Commit

Permalink
Merge pull request #11 from WalletConnect/fix/secrets_in_deploy
Browse files Browse the repository at this point in the history
fix: adding secrets inheritance to deploy app
  • Loading branch information
geekbrother authored Jun 26, 2024
2 parents 7728418 + 7e20aab commit da51aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
name: Deploy App
needs: [ deploy-infra ]
if: ${{ (always() && !failure() && !cancelled()) && inputs.deploy-app }}
secrets: inherit
uses: ./.github/workflows/deploy-app.yml
with:
version: ${{ inputs.version }}
Expand Down

0 comments on commit da51aee

Please sign in to comment.