Skip to content

Bump vitest from 2.1.8 to 3.0.4 #160

Bump vitest from 2.1.8 to 3.0.4

Bump vitest from 2.1.8 to 3.0.4 #160

name: Slash Command Dispatch
on:
issue_comment:
types: [ created ]
env:
kyBOT-APP_ID: 960836
jobs:
slash-command-dispatch:
runs-on: ubuntu-latest
steps:
- name: Get GitHub App Token
id: github-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ env.kyBOT-APP_ID }}
private-key: ${{ secrets.kyBOT_PRIVATE_KEY }}
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4.0.0
with:
token: ${{ steps.github-token.outputs.token }}
commands: |
release