Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/WalletConnect/rpc-proxy i…
Browse files Browse the repository at this point in the history
…nto feat/wallet-api-json-rpc
  • Loading branch information
chris13524 committed Oct 1, 2024
2 parents eccc8d3 + f54da11 commit 6f08856
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Lookup deployed version
if: ${{ inputs.version-type == 'current' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
with:
task-name-stage: prod
task-name: ${{ vars.TASK_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
secrets: inherit
with:
check-infra: false
Expand All @@ -34,7 +34,7 @@ jobs:

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
secrets: inherit
with:
infra-changed: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
secrets: inherit
with:
check-infra: ${{ inputs.check-infra }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ci:
name: CI
needs: [ paths-filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
secrets: inherit
with:
check-app: ${{ needs.paths-filter.outputs.app == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
secrets: inherit
with:
task-name: ${{ vars.TASK_NAME }}
Expand Down
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/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand All @@ -57,7 +57,7 @@ jobs:
needs: [ validate-staging ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].13
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].14
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down

0 comments on commit 6f08856

Please sign in to comment.