1 Commits

Author SHA1 Message Date
c7ca9f9442 🔧 (.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
2025-02-05 10:44:57 -03:00

View File

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