Fix perms

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28502/head
Michael Telatynski 2024-11-21 14:18:29 +00:00
parent f89f050f07
commit cdfb58501d
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@ on:
types: [opened, edited, labeled, unlabeled, synchronize]
merge_group:
types: [checks_requested]
permissions: {} # We use ELEMENT_BOT_TOKEN instead
permissions: {}
jobs:
action:
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
permissions:
pull-requests: read
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}