Skip to content

Commit 98c94a7

Browse files
committed
Fix.
1 parent 907e28e commit 98c94a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Trigger RTD
5555
env:
5656
RTD_AUTH: ${{ secrets.RTD_AUTH_TOKEN }}
57-
TEST_SEC: $${ secrets.TEST_SECRET }}
57+
TEST_SEC: ${{ secrets.TEST_SECRET }}
5858
run: |
5959
echo "branch name: ${BRANCH_NAME}"
6060
echo "token: ${#RTD_AUTH}"

0 commit comments

Comments
 (0)