Bump vitest from 2.1.8 to 3.0.4 #160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |