Github pages blog
Some handy stuff used in CI/CD stuff.
Here we go:
echo "website_api_token=\"$TOKEN\"" > gradle.properties
Put file as string in CI/CD env variable. This example uses google service account saved in file /tmp/sa.json
export GCR_SECRET=`cat /tmp/sa.json`