Skip to content

Commit

Permalink
Fix Welcome Contributors CI (#15123)
Browse files Browse the repository at this point in the history
# Objective

Fixes #15121 (hopefully, just read the docs, don't know how to test this
tho)

## Solution

Adds write permissions for pull-requests, see
https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment--fine-grained-access-tokens
for more information.
  • Loading branch information
DasLixou authored Sep 9, 2024
1 parent 4e6471e commit a5c4606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
welcome:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/github-script@v7
with:
Expand Down

0 comments on commit a5c4606

Please sign in to comment.