We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907e28e commit 98c94a7Copy full SHA for 98c94a7
.github/workflows/doc.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Trigger RTD
55
env:
56
RTD_AUTH: ${{ secrets.RTD_AUTH_TOKEN }}
57
- TEST_SEC: $${ secrets.TEST_SECRET }}
+ TEST_SEC: ${{ secrets.TEST_SECRET }}
58
run: |
59
echo "branch name: ${BRANCH_NAME}"
60
echo "token: ${#RTD_AUTH}"
0 commit comments