ci: Change the API doc token name.

@blueyed added the old token used by Travis and it is called
"AWESOME_ROBOT_TOKEN"
This commit is contained in:
Emmanuel Lepage Vallee 2021-10-04 10:27:55 -07:00
parent 2bca64b89c
commit 30eb441f3a
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ jobs:
- name: Run apidoc script
env:
PR_NUMBER: ${{ github.event.number }}
APIDOC_TOKEN: ${{ secrets.APIDOC_TOKEN || github.token }}
APIDOC_TOKEN: ${{ secrets.AWESOME_ROBOT_TOKEN || github.token }}
run: .github/scripts/apidoc.sh
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2