Skip to content

Commit

Permalink
chore: re-enabling approval gates (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
brigonzalez authored Jul 27, 2023
1 parent 78788a3 commit a5c1731
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ on:
branches: [master, release]

jobs:
# request_approval:
# runs-on: ubuntu-latest
# steps:
# - name: Send Deploy Request
# uses: Basis-Theory/github-actions/deploy-slack-action@master
# with:
# slack-api-token: ${{ secrets.SLACK_DUCKBOT_API_KEY }}
# channel: ${{ vars.SLACK_DUCKBOT_PRODUCT_APPROVAL_CHANNEL }}
# mention-person: ${{ vars.SLACK_DUCKBOT_PRODUCT_APPROVER }}
# status: 'request'
request_approval:
runs-on: ubuntu-latest
steps:
- name: Send Deploy Request
uses: Basis-Theory/github-actions/deploy-slack-action@master
with:
slack-api-token: ${{ secrets.SLACK_DUCKBOT_API_KEY }}
channel: ${{ vars.SLACK_DUCKBOT_PRODUCT_APPROVAL_CHANNEL }}
mention-person: ${{ vars.SLACK_DUCKBOT_PRODUCT_APPROVER }}
status: 'request'

build-release:
runs-on: ${{ matrix.os }}
# environment: Production
environment: Production
strategy:
matrix:
node: ['18.x']
Expand Down

0 comments on commit a5c1731

Please sign in to comment.