Browse Source

Add checkout token

pull/28210/head
John Molakvoæ 5 years ago
committed by GitHub
parent
commit
640f339b7d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/command-rebase.yml

1
.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

Loading…
Cancel
Save