Merge pull request #3452 from Elv13/token
Attempt to fix the APIDOC token
This commit is contained in:
commit
f3e16e2466
|
@ -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
|
||||
|
|
|
@ -31,7 +31,7 @@ should be useful for you.
|
|||
|
||||
### 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue