diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-28 07:40:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 07:40:58 +0200 |
commit | 640f339b7d99a961abb8692537ce41f9db9d4b05 (patch) | |
tree | ca14d3ffff6b2d1cdfde08f7de0dc85f8fa855a6 /.github | |
parent | 525460c04d05ce8dbb940637aa8de5431bdb8de0 (diff) | |
download | nextcloud-server-640f339b7d99a961abb8692537ce41f9db9d4b05.tar.gz nextcloud-server-640f339b7d99a961abb8692537ce41f9db9d4b05.zip |
Add checkout token
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-rebase.yml | 1 |
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 |