Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-06-02 13:45:46 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-06-08 11:50:51 +0300
commit149b1317e751fea29ba5dd1604ec6620a9130385 (patch)
treedf9fe915ccb3d8e2edd29e8f7b734a46c410f0db /.github
parentde632d73976b7b7ed0aae477d2ec078010c59871 (diff)
really fix the actions to remove needsinfo when someone comment
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/needsinfohelper.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/needsinfohelper.yaml b/.github/workflows/needsinfohelper.yaml
index b5e17b3a7..6b57f0a99 100644
--- a/.github/workflows/needsinfohelper.yaml
+++ b/.github/workflows/needsinfohelper.yaml
@@ -10,5 +10,4 @@ jobs:
if: ${{ ! startsWith(github.event.comment.body, 'This issue has been marked as "needs info" 4 weeks ago.') && ! startsWith(github.event.comment.body, 'This bug report did not receive an update in the last 4 weeks.')}}
with:
labels: 'needs info'
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.github_token }}