Skip to content

Commit 0eb290b

Browse files
committed
lkasjdf
1 parent d0ff1fd commit 0eb290b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on: push
1111

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

1717
jobs:
1818
build-n-publish:
@@ -22,6 +22,6 @@ jobs:
2222
steps:
2323
- name: Trigger readthedocs build
2424
run: |
25-
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
25+
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
2626
coutput=$(curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT)
2727
echo "curl ran : $coutput"

0 commit comments

Comments
 (0)