mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-07-08 21:56:16 +08:00
[doc build] Use secrets
This commit is contained in:
17
.github/workflows/upload_pr_documentation.yml
vendored
Normal file
17
.github/workflows/upload_pr_documentation.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Upload PR Documentation
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Build PR Documentation"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
|
||||
with:
|
||||
package_name: deep-rl-course
|
||||
hub_base_path: https://moon-ci-docs.huggingface.co
|
||||
secrets:
|
||||
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
|
||||
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user