Merge pull request #3452 from Elv13/token

Attempt to fix the APIDOC token
This commit is contained in:
Emmanuel Lepage Vallée 2021-10-04 10:42:18 -07:00 committed by GitHub
commit f3e16e2466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ jobs:
- name: Run apidoc script - name: Run apidoc script
env: env:
PR_NUMBER: ${{ github.event.number }} 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 run: .github/scripts/apidoc.sh
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2 # vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2

View File

@ -31,7 +31,7 @@ should be useful for you.
### Default configuration components name: ### Default configuration components name:
<center><img src="../doc/images/AUTOGEN_awful_popup_defaultconfig.svg"></center> <center><img src="images/AUTOGEN_awful_popup_defaultconfig.svg"></center>
### Guides ### Guides