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-03 11:07:02 +0300
committerdartcafe <github@dartcafe.de>2021-05-03 11:07:02 +0300
commited7544c2a35ca2933c1337f9168d4fafdb337cd3 (patch)
tree50ed62b436d860f3e077b8b7943db1b038ebdb9b /.github
parentc02353bbbcdda2f068bd7f4c451dabf678f6bc6d (diff)
GITHUB_TOKEN doesn't work
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-merge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
index e322d9d6..254cbbf6 100644
--- a/.github/workflows/auto-merge.yml
+++ b/.github/workflows/auto-merge.yml
@@ -11,4 +11,4 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.AUTO_MERGE }}