chore: address action issues

This commit is contained in:
Michael H.
2026-07-31 13:17:26 +02:00
parent 18b0b2848d
commit 919b235621
3 changed files with 27 additions and 11 deletions
+4
View File
@@ -5,6 +5,10 @@ on:
repository_dispatch:
types: [deploy-command]
permissions:
contents: read
actions: read
jobs:
deploy:
uses: SparkUniverse/workflows/.github/workflows/deploy-command.yaml@main
+2
View File
@@ -4,6 +4,8 @@ on:
issue_comment:
types: [created]
permissions: {}
jobs:
dispatch-command:
if: ${{ github.event.sender.type == 'User' && contains(fromJSON('["OWNER", "MEMBER"]'), github.event.comment.author_association) }}