We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da6a26 commit 68acb2cCopy full SHA for 68acb2c
1 file changed
.github/workflows/tests.yml
@@ -140,4 +140,4 @@ jobs:
140
working-directory: ./docs
141
run: |
142
tar -czvf simweights_docs.tar.gz -C_build/html .
143
- curl -XPUT -i --data-binary @simweights_docs.tar.gz https://docs.icecube.aq/api/upload?path=simweights/${{ github.ref_name }} -u icecube:${{ secrets.ICECUBE_PASSWORD }}
+ curl -XPUT -i --data-binary @simweights_docs.tar.gz https://docs.icecube.aq/api/upload?path=simweights/${{ github.ref_name }} -u icecube:${{ secrets.DOCS_ICECUBE_AQ_PASSWORD }}
0 commit comments