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-01 11:24:05 +0300
committerdartcafe <github@dartcafe.de>2021-05-01 11:24:05 +0300
commit363256cce02b76eee3ef519ebfd349c03319a937 (patch)
treedc84a860cb87f6ec4355d885789bfd7dd354b962 /.github
parent880c6635645edb998229b4e9edc97fbf1f7a1b01 (diff)
use github token
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 4d951e47..e322d9d6 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.DEPENDABOT_AUTOMERGE_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}