Skip to content

Commit

Permalink
Merge pull request #24 from WalletConnect/fix/stick_action_version
Browse files Browse the repository at this point in the history
fix(actions): sticking to the tag version instead of master branch in the shared GitHub action
  • Loading branch information
geekbrother authored Jun 10, 2024
2 parents 191f1be + 22936bb commit 1b09344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3

- id: deploy-staging
uses: WalletConnect/actions/actions/deploy-terraform/@master
uses: WalletConnect/actions/actions/deploy-terraform/@2.4.3
env:
TF_VAR_node_env: staging
TF_VAR_supabase_jwt_secret: ${{ secrets.SUPABASE_JWT_SECRET }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v3

- id: deploy-prod
uses: WalletConnect/actions/actions/deploy-terraform/@master
uses: WalletConnect/actions/actions/deploy-terraform/@2.4.3
env:
TF_VAR_node_env: production
TF_VAR_supabase_jwt_secret: ${{ secrets.SUPABASE_JWT_SECRET }}
Expand Down

0 comments on commit 1b09344

Please sign in to comment.