Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 in /server #418

Bump tough-cookie from 4.1.2 to 4.1.3 in /server

Bump tough-cookie from 4.1.2 to 4.1.3 in /server #418

Workflow file for this run

name: Slash command dispatch
on:
issue_comment:
types: [created]
jobs:
dispatcher:
runs-on: ubuntu-latest
steps:
- name: Slash command dispatch
uses: peter-evans/slash-command-dispatch@v1
with:
reaction-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NOTIFICATION }}
commands: deploy
issue-type: issue
allow_edits: true
reactions: false