Skip to content

Commit

Permalink
Remove manual review
Browse files Browse the repository at this point in the history
  • Loading branch information
arumie committed Mar 2, 2024
1 parent a05e745 commit e24c909
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ jobs:
docker push "${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{env.GAR_REPO}}/${{ env.SERVICE }}:${{ github.sha }}"
# END - Docker auth and build
- name: Approve deployment
uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: arumie
minimum-approvals: 1
issue-title: "Deploying ${{ env.SERVICE }}:${{ github.sha }} to Cloud Run"
issue-body: "Please approve or deny the deployment"
exclude-workflow-initiator-as-approver: false
additional-approved-words: ''
additional-denied-words: ''

- name: Deploy to Cloud Run
id: deploy
Expand Down

0 comments on commit e24c909

Please sign in to comment.