Skip to content

Commit

Permalink
fix: deploy PAT (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Feb 5, 2024
1 parent 60a40a0 commit 0601203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd-staging:
name: Staging
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.1.2
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.2
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand All @@ -56,7 +56,7 @@ jobs:
needs: [ validate-staging ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.1.2
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.2
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ci:
name: /
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].1
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].2
with:
check-infra: ${{ inputs.check-infra }}
check-app: ${{ inputs.check-app }}
Expand Down

0 comments on commit 0601203

Please sign in to comment.