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:
parent
2bca64b89c
commit
30eb441f3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue