🔧 (.gitea/workflows/on_release.yml): Add echo command to print TOKEN for debugging purposes
Some checks failed
Build / Code quality (push) Has been cancelled
Creates a docker image for production / Build the docker image (push) Successful in 39s

This commit is contained in:
2025-02-05 10:44:57 -03:00
parent 9c6db02e57
commit c7ca9f9442

View File

@@ -41,6 +41,7 @@ jobs:
"email": "'$USERNAME'",
"password": "'$PASSWORD'"
}' | jq -r '.token')
echo $TOKEN
curl --location --silent 'https://deployer.makecodes.dev/deploy' \
--header 'Content-Type: application/json' \
--header "Authorization: Bearer $TOKEN" \