Skip to content

Test slack-approval

Test slack-approval #7

Workflow file for this run

name: Test slack-approval
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
approval:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: slack-approval
uses: ./
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
signing-secret: ${{ secrets.SLACK_SIGNING_SECRET }}
app-token: ${{ secrets.SLACK_APP_TOKEN }}
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
mention-to: ${{ secrets.SLACK_MENTION_TO }}
timeout-minutes: 5