Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
use another user to create issue
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.github/workflows/pr-needs-documentation.yml
|
@@ -96,7 +96,7 @@ jobs: |
|
|
id: doc_issue |
|
|
uses: maxkomarychev/oction-create-issue@v0.7.1 |
|
|
with: |
|
|
token: ${{ secrets.GH_TOKEN_GEONINJA }} |
|
|
token: ${{ secrets.GH_TOKEN_BOT }} |
|
|
owner: qgis |
|
|
repo: QGIS-Documentation |
|
|
title: ${{ format('{0} (Request in QGIS)', github.event.pull_request.title) }} |
|
|