Skip to content

Commit

Permalink
auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 7, 2025
1 parent 383ffbf commit 9b7a3f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ jobs:
architecture: 'x64'
- run: |
pip3 install requests
- name: Trigger RTD
run: |
# fixme: add token here.
python3 ops/pipeline/trigger-rtd.py
python3 ops/pipeline/trigger-rtd.py --token=${RTD_AUTH_TOKEN}
env:
RTD_AUTH_TOKEN: ${{ secrets.RTD_AUTH_TOKEN }}

0 comments on commit 9b7a3f1

Please sign in to comment.