Skip to content

Commit

Permalink
fix(actions): sticking to the tag version instead of master branch in…
Browse files Browse the repository at this point in the history
… the shared GitHub action
  • Loading branch information
geekbrother committed May 30, 2024
1 parent 191f1be commit 22936bb
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 22936bb

Please sign in to comment.