🩹 Fix syntax in assign-reviewer workflow
This commit is contained in:
3
.github/workflows/assign-reviewer.yml
vendored
3
.github/workflows/assign-reviewer.yml
vendored
@@ -11,4 +11,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Assign author
|
- name: Assign author
|
||||||
uses: technote-space/assign-author@v1
|
uses: technote-space/assign-author@v1
|
||||||
GITHUB_TOKEN: ${{secrets.BOT_GITHUB_TOKEN}}
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user