We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ff1fd commit 0eb290bCopy full SHA for 0eb290b
.github/workflows/publish-to-readthedocs.yml
@@ -11,8 +11,8 @@ on: push
11
12
env:
13
RTDS_PROJECT: https://readthedocs.org/api/v2/webhook/nosql-python-sdk/279394
14
- #RTDS_TOKEN: ${{ secrets.RTD_API }}
15
- RTDS_TOKEN: ${{ secrets.RTD_WH }}
+ RTDS_TOKEN: ${{ secrets.RTD_API }}
+ NO_TOKEN: ${{ secrets.NOT_HERE }}
16
17
jobs:
18
build-n-publish:
@@ -22,6 +22,6 @@ jobs:
22
steps:
23
- name: Trigger readthedocs build
24
run: |
25
- echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
+ echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
26
coutput=$(curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT)
27
echo "curl ran : $coutput"
0 commit comments