Skip to content

Commit

Permalink
fix: allow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci committed Oct 28, 2024
1 parent 56a60d7 commit 26ca35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
CDK_DEFAULT_ACCOUNT: ${{ secrets.CDK_DEFAULT_ACCOUNT }}
CDK_DEFAULT_REGION: ${{ secrets.CDK_DEFAULT_REGION }}
AWS_REGION: ${{ secrets.CDK_DEPLOY_REGION }}
run: pnpm run deploy --all
run: pnpm run deploy --all --require-approval never

0 comments on commit 26ca35e

Please sign in to comment.