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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-16 10:09:37 +0300
committerdartcafe <github@dartcafe.de>2021-05-16 10:09:37 +0300
commitdc13b3a6572d24e879d25e1fa8777d2c6239e559 (patch)
treea2f9cb62eaccadf7da1e2583f5fe9d0ff28e801b /.github
parent6332e2c6d1b32b2fc66b90b2433b15d7c9805987 (diff)
another try for auto-merge
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-merge.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
index d306efe9..5c67cef7 100644
--- a/.github/workflows/auto-merge.yml
+++ b/.github/workflows/auto-merge.yml
@@ -1,5 +1,4 @@
name: auto-merge
-
on: pull_request_target
jobs:
@@ -19,4 +18,4 @@ jobs:
(github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
with:
target: minor
- github-token: ${{ secrets.AUTO_MERGE }}
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}