fix: use actual secret name D
CI / test (push) Failing after 6s

This commit is contained in:
2026-05-29 22:05:14 +08:00
parent 3ebdfb45b4
commit cd534710e2
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
if: failure()
shell: cmd
run: |
python scripts/create_failure_issue.py --sha "${{ github.sha }}" --branch "${{ github.ref_name }}" --run "${{ github.run_number }}" --message "${{ github.event.head_commit.message }}" --api-token "${{ secrets.document_analyzer }}"
python scripts/create_failure_issue.py --sha "${{ github.sha }}" --branch "${{ github.ref_name }}" --run "${{ github.run_number }}" --message "${{ github.event.head_commit.message }}" --api-token "${{ secrets.D }}"