Skip to content

Commit

Permalink
chore: Comment out manual approval step for prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
talaman committed May 25, 2024
1 parent 3eb076a commit d5b111f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
if: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: talaman
# - uses: trstringer/manual-approval@v1
# with:
# secret: ${{ github.TOKEN }}
# approvers: talaman
- name: 🚚 Get latest code from artifact dist
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit d5b111f

Please sign in to comment.