summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2022-09-12 11:31:29 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2022-09-12 11:31:29 +0200
commit099b31dd950b4064ef5806ae50ff4ebffc75b8d4 (patch)
tree93aebed297693f7c78ffc699d03ebe352c5c7630
parent09a3e119f2a73e657ac7258036d7330484ae3908 (diff)
downloadelementary-xfce-099b31dd950b4064ef5806ae50ff4ebffc75b8d4.tar.gz
ci: Try to fix permissions issue in PR comments
-rw-r--r--.github/workflows/pull-request.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 4ea7d10a..a84449a3 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -7,6 +7,9 @@ jobs:
name: Check for dangling symlinks
runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+
steps:
- name: Check out the repo
uses: actions/checkout@v2