CD: Setup triggers (fix dispatch)

This commit is contained in:
kayos@tcp.direct 2023-02-02 23:05:56 -08:00
parent a9ca163e17
commit 130f127bb3
No known key found for this signature in database
GPG Key ID: 4B841471B4BEE979
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
required: true
jobs:
releases-matrix:
release:
runs-on: ubuntu-latest
strategy:
matrix:

View File

@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
id: scd
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.PAT }}
@ -14,7 +15,7 @@ jobs:
release
dispatch-type: workflow
permission: admin
repository: ${{ github.event.inputs.repository }}
repository: yunginnanet/HellPot
static-args: |
repository=${{ github.repository }}
comment-id=${{ github.event.comment.id }}