diff options
| author | seth <[email protected]> | 2023-12-27 07:05:17 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-27 07:05:17 -0500 |
| commit | 66f3a899b81f0eeeee1b545b1f7056a49bfde85f (patch) | |
| tree | 3e54dc1708514f0239f69b76e24999ab49360f37 /.env.template | |
| parent | 8f9d7de04f4da4abc8a097c2021c8e4723c25dc7 (diff) | |
actions: better scope secrets for deployment
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.env.template b/.env.template index d9d8368..712fa63 100644 --- a/.env.template +++ b/.env.template @@ -1,6 +1,6 @@ -CLOUDFLARE_API_KEY= -CLOUDFLARE_EMAIL= -CLOUDFLARE_ZONE_ID= -CLOUDFLARE_ACCOUNT_ID= +# cloudflare +CLOUDFLARE_API_TOKEN= -TAILSCALE_API_KEY= +# tailscale +OAUTH_CLIENT_ID= +OAUTH_CLIENT_SECRET= |
