🩹 Fix syntax in assign-reviewer workflow

This commit is contained in:
Alicia Sykes 2021-10-15 22:18:32 +01:00
parent 050b3a141e
commit 59c065580a
1 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@ jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: Assign author
uses: technote-space/assign-author@v1
GITHUB_TOKEN: ${{secrets.BOT_GITHUB_TOKEN}}
- name: Assign author
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}