We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b87d765 + be507dd commit 1d48240Copy full SHA for 1d48240
.github/workflows/manual-trigger-rtd-build.yml
@@ -59,3 +59,11 @@ jobs:
59
uses: wei/curl@v1
60
with:
61
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/
62
+ - name: curl
63
+ uses: wei/curl@v1
64
+ with:
65
+ 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/
66
67
68
69
+ 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 commit comments