mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/apidoc.yml
vendored
2
.github/workflows/apidoc.yml
vendored
|
@ -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 a new issue