Skip to content

Command Injection警告の解消(Slack通知処理の安全化) #73

Command Injection警告の解消(Slack通知処理の安全化)

Command Injection警告の解消(Slack通知処理の安全化) #73

Workflow file for this run

name: Review Request Notify
on:
pull_request:
types: [review_requested]
branches:
- "*"
jobs:
event:
runs-on: ubuntu-latest
steps:
- uses: yasslab/review_request_notify@main
with:
channel-id: coderdojo-news
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}