Keep the thing from sharing people's API keys with the world
2 files changed, 3 insertions(+), 2 deletions(-) M .secretvars M example.build.yml
M .secretvars => .secretvars +2 -2
@@ 1,8 1,8 @@ #!/usr/bin/env bash set -x set +x export ADDRESS=foobar export WEBLOG_API_KEY=insert-api-token-here export REPO_NAME=myweblog set +x set -x
M example.build.yml => example.build.yml +1 -0