Skip to content

Commit

Permalink
lkasjdf
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfeinberg committed Sep 27, 2024
1 parent d0ff1fd commit 0eb290b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on: push

env:
RTDS_PROJECT: https://readthedocs.org/api/v2/webhook/nosql-python-sdk/279394
#RTDS_TOKEN: ${{ secrets.RTD_API }}
RTDS_TOKEN: ${{ secrets.RTD_WH }}
RTDS_TOKEN: ${{ secrets.RTD_API }}
NO_TOKEN: ${{ secrets.NOT_HERE }}

jobs:
build-n-publish:
Expand All @@ -22,6 +22,6 @@ jobs:
steps:
- name: Trigger readthedocs build
run: |
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
coutput=$(curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT)
echo "curl ran : $coutput"

0 comments on commit 0eb290b

Please sign in to comment.