Fix Welcome Contributors CI (#15123)
# 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.
This commit is contained in:
parent
4e6471ed23
commit
a5c4606a98
2
.github/workflows/welcome.yml
vendored
2
.github/workflows/welcome.yml
vendored
@ -11,6 +11,8 @@ on:
|
||||
jobs:
|
||||
welcome:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/github-script@v7
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user