Skip to content

Commit

Permalink
MNT: Update RTD Token and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Sep 12, 2023
1 parent b8abc91 commit ced3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
- name: trigger readthedocs
run: |
echo "triggering"
curl -X POST -d "token=$RTD_TOKEN" "$RTD_URL"
curl -X POST -H "Authorization: Token $RTD_TOKEN" "$RTD_URL"

0 comments on commit ced3113

Please sign in to comment.