Skip to content

Commit 292ae47

Browse files
authored
Merge pull request #30 from thewtex/token-json
BUG: Format RTD token as JSON
2 parents 3aec74a + 9d05be2 commit 292ae47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
if: github.ref == 'refs/heads/main'
6363
run: |
6464
curl -X POST \
65-
-d "token=${{ secrets.rtd_webhook_secret }}" \
6665
-H "Content-Type: application/json" \
66+
-d '{"token": "${{ secrets.rtd_webhook_secret }}"}' \
6767
"https://readthedocs.org/api/v2/webhook/itkdoxygen/290126/"
6868
6969
- name: Prepare HTML for GitHub Pages

0 commit comments

Comments
 (0)