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 required: true
jobs: jobs:
releases-matrix: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

View File

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