Skip to content

Commit

Permalink
Merge pull request #13 from WalletConnect/fix/bump_actions_version
Browse files Browse the repository at this point in the history
feat: bumping `WalletConnect/actions` version to the latest
  • Loading branch information
geekbrother authored Oct 9, 2024
2 parents e174670 + bf2a2cb commit 28af6f2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/grafana-key/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ runs:
steps:
- name: Get Grafana details
id: grafana-get-details
uses: WalletConnect/actions/aws/grafana/get-details-by-name/@2.4.1
uses: WalletConnect/actions/aws/grafana/get-details-by-name/@2.5.3
with:
workspace-name: ${{ inputs.workspace-name }}

- name: Get Grafana key
id: grafana-get-key
uses: WalletConnect/actions/aws/grafana/get-key/@2.4.1
uses: WalletConnect/actions/aws/grafana/get-key/@2.5.3
with:
key-prefix: ${{ inputs.key-prefix }}
workspace-id: ${{ steps.grafana-get-details.outputs.workspace-id }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-plan-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Delete Grafana key
if: ${{ always() }}
uses: WalletConnect/actions/aws/grafana/delete-key/@2.4.1
uses: WalletConnect/actions/aws/grafana/delete-key/@2.5.3
with:
workspace-id: ${{ steps.grafana-get-key.outputs.workspace-id }}
key-name: ${{ steps.grafana-get-key.outputs.key-name }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Deploy image to ECS
id: deploy
uses: WalletConnect/actions/aws/ecs/deploy-image/@2.4.1
uses: WalletConnect/actions/aws/ecs/deploy-image/@2.5.3
with:
aws-role-arn: ${{ inputs.aws-role-arn }}
aws-region: ${{ inputs.aws-region }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Delete Grafana key
if: ${{ always() }}
uses: WalletConnect/actions/aws/grafana/delete-key/@2.4.1
uses: WalletConnect/actions/aws/grafana/delete-key/@2.5.3
with:
workspace-id: ${{ steps.grafana-get-key.outputs.workspace-id }}
key-name: ${{ steps.grafana-get-key.outputs.key-name }}
5 changes: 4 additions & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ jobs:
submodules: recursive
token: ${{ secrets.PRIVATE_SUBMODULE_ACCESS_TOKEN || github.token }}
fetch-depth: 0
# Don't persist the credentials because we are using the token to fetch the
# private submodule and then we are using different token to create a release
persist-credentials: false

- name: Release
id: release
uses: WalletConnect/actions/github/update-rust-version/@2.4.1
uses: WalletConnect/actions/github/update-rust-version/@2.5.3
with:
token: ${{ secrets.RELEASE_PAT }}
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-get_deployed_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- name: Get task definition from ECS
id: get_task
uses: WalletConnect/actions/aws/ecs/get-task-image/@2.4.1
uses: WalletConnect/actions/aws/ecs/get-task-image/@2.5.3
with:
aws-role-arn: ${{ inputs.aws-role-arn }}
aws-region: ${{ inputs.aws-region }}
Expand Down
2 changes: 1 addition & 1 deletion examples/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
token: ${{ secrets.PRIVATE_SUBMODULE_ACCESS_TOKEN || github.token }}
submodules: recursive
- uses: WalletConnect/actions/github/paths-filter/@2.4.1
- uses: WalletConnect/actions/github/paths-filter/@2.5.3
id: filter
outputs:
infra: ${{ steps.filter.outputs.infra }}
Expand Down
2 changes: 1 addition & 1 deletion examples/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
token: ${{ secrets.PRIVATE_SUBMODULE_ACCESS_TOKEN || github.token }}
submodules: recursive
- uses: WalletConnect/actions/github/paths-filter/@2.4.1
- uses: WalletConnect/actions/github/paths-filter/@2.5.3
id: filter
outputs:
infra: ${{ steps.filter.outputs.infra }}
Expand Down

0 comments on commit 28af6f2

Please sign in to comment.