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-02-13 15:20:33 +0300
committerdartcafe <github@dartcafe.de>2021-02-13 15:20:33 +0300
commit4f15e74a1960fa86ae5494c2b6d9e43e7ce5d5bf (patch)
tree9879f20b06a846868255c7e0c6f9cd22cc97dd8c /.github
parent0d6511b639f3e3800320524be97d76ce35d50aaf (diff)
github.token
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 166ef139..867bce56 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.mytoken }}
+ github-token: ${{ github.token }}