forked from docs/doc-exports
auth fix
This commit is contained in:
@ -113,7 +113,7 @@ jobs:
|
||||
|
||||
# --- 1. fetch spec content from URL and ensure it is not empty ---
|
||||
FILE_CONTENT=$(curl -fsSL \
|
||||
-H "Authorization: token ${G_TOKEN_TEST}" \
|
||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||
"${url}" \
|
||||
|| true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user