diff --git a/configuration.nix b/configuration.nix index b121555..0400f62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,7 @@ sops.secrets.openclaw_discord_token = { }; sops.secrets.openclaw_zai_api_key = { }; sops.secrets.openclaw_brave_api_key = { }; + sops.secrets.github_token = { }; sops.secrets.forgejo_url = { }; sops.secrets.forgejo_token = { }; sops.secrets.forgejo_user = { }; @@ -145,6 +146,7 @@ DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token} ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key} BRAVE_API_KEY=${config.sops.placeholder.openclaw_brave_api_key} + GITHUB_TOKEN=${config.sops.placeholder.github_token} FORGEJO_URL=${config.sops.placeholder.forgejo_url} FORGEJO_TOKEN=${config.sops.placeholder.forgejo_token} FORGEJO_USER=${config.sops.placeholder.forgejo_user}