Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 7, 2025
1 parent 907e28e commit 98c94a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Trigger RTD
env:
RTD_AUTH: ${{ secrets.RTD_AUTH_TOKEN }}
TEST_SEC: $${ secrets.TEST_SECRET }}
TEST_SEC: ${{ secrets.TEST_SECRET }}
run: |
echo "branch name: ${BRANCH_NAME}"
echo "token: ${#RTD_AUTH}"
Expand Down

0 comments on commit 98c94a7

Please sign in to comment.