diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-28 07:34:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 07:34:47 +0200 |
commit | 525460c04d05ce8dbb940637aa8de5431bdb8de0 (patch) | |
tree | 028ba0784c58013284a2abd5a899e62ab714acf8 /.github | |
parent | 0b8e90cb67780faf50b5808569b9eefbab7f4c64 (diff) | |
download | nextcloud-server-525460c04d05ce8dbb940637aa8de5431bdb8de0.tar.gz nextcloud-server-525460c04d05ce8dbb940637aa8de5431bdb8de0.zip |
Use COMMAND_BOT_PAT
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-rebase.yml | 4 |
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 }} |