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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-28 08:40:58 +0300
committerGitHub <noreply@github.com>2021-07-28 08:40:58 +0300
commit640f339b7d99a961abb8692537ce41f9db9d4b05 (patch)
treeca14d3ffff6b2d1cdfde08f7de0dc85f8fa855a6 /.github
parent525460c04d05ce8dbb940637aa8de5431bdb8de0 (diff)
Add checkout token
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-rebase.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index 283a3461159..74cee33101d 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
+ token: ${{ secrets.COMMAND_BOT_PAT }}
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5