2026-03-06 11:57:24 +01:00
|
|
|
# shellcheck shell=bash
|
2026-03-06 12:05:05 +01:00
|
|
|
# API key for Google Cloud services
|
2026-03-06 11:57:24 +01:00
|
|
|
# Copy to 99-google and fill in your key, then: chmod 700 99-google
|
|
|
|
|
require_private "${BASH_SOURCE[0]}"
|
|
|
|
|
export GOOGLE_API_KEY=your-key-here
|