Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Version
if: ${{ inputs.version-type == 'current' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.9
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.10
with:
task-name: ${{ vars.IMAGE_NAME }}
aws-region: ${{ vars.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.9
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.10
secrets: inherit
with:
infra-changed: false
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 @@ -46,7 +46,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.9
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.10
secrets: inherit
with:
infra-changed: ${{ needs.paths_filter.outputs.infra == 'true' }}
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/cd.yml@0.2.9
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.10
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: [ validate-staging-health, validate-staging-rust ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.9
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.10
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sub-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
ci:
name: /
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.9
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.10
with:
check-infra: ${{ inputs.check-infra }}
check-app: ${{ inputs.check-app }}
check-udeps: false

integration:
name: Integration Tests
Expand Down
Loading