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:34:47 +0300
committerGitHub <noreply@github.com>2021-07-28 08:34:47 +0300
commit525460c04d05ce8dbb940637aa8de5431bdb8de0 (patch)
tree028ba0784c58013284a2abd5a899e62ab714acf8
parent0b8e90cb67780faf50b5808569b9eefbab7f4c64 (diff)
Use COMMAND_BOT_PAT
-rw-r--r--.github/workflows/command-rebase.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index 5427a713f5c..283a3461159 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -20,7 +20,7 @@ jobs:
- name: Add reaction on start
uses: peter-evans/create-or-update-comment@v1
with:
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.COMMAND_BOT_PAT }}
repository: ${{ github.event.repository.full_name }}
comment-id: ${{ github.event.comment.id }}
reaction-type: "+1"
@@ -33,4 +33,4 @@ jobs:
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}