Skip to content
Snippets Groups Projects
Commit 163842bd authored by Carina Lansing's avatar Carina Lansing
Browse files

Updated the gitlab cicd file to use a secret variable for readthedocs token.

parent cac96d5e
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ deploy1:
stage: deploy
script:
- echo "Deploying to readthedocs"
- curl -X POST -d "branches=master" -d "token=cb0bec0b1b510550ced5b5d620a432b5e87167fd" https://readthedocs.org/api/v2/webhook/adi-python/164528/
- curl -X POST -d "branches=master" -d "token=$READTHEDOCS_TOKEN" https://readthedocs.org/api/v2/webhook/adi-python/217168/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment