Skip to content

Commit

Permalink
Merge pull request #2136 from openaps/peterleimbach-patch-4
Browse files Browse the repository at this point in the history
Update manual-trigger-rtd-build.yml
  • Loading branch information
peterleimbach authored Oct 22, 2024
2 parents b87d765 + be507dd commit 1d48240
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/manual-trigger-rtd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ jobs:
uses: wei/curl@v1
with:
args: -X POST -d "branches=${{ steps.extract_branch.outputs.branch }}" -d "token=${{ secrets.RTD_WEBHOOK_KEY_TR }}" https://readthedocs.org/api/v2/webhook/androidaps-tr/209052/
- name: curl
uses: wei/curl@v1
with:
args: -X POST -d "branches=${{ steps.extract_branch.outputs.branch }}" -d "token=${{ secrets.RTD_WEBHOOK_KEY_ZH_CN }}" https://readthedocs.org/api/v2/webhook/androidaps-zh-cn/281205/
- name: curl
uses: wei/curl@v1
with:
args: -X POST -d "branches=${{ steps.extract_branch.outputs.branch }}" -d "token=${{ secrets.RTD_WEBHOOK_KEY_ZH_TW }}" https://readthedocs.org/api/v2/webhook/androidaps-zh-tw/281206/

0 comments on commit 1d48240

Please sign in to comment.