[mirror] a bluesky bot to post golang projects
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(config): rename the "github-token" env variable

`GITHUB_TOKEN` is frequently used by tools such as `gh`, so the
limited pat for this bot always conflicts.

+1 -1
+1 -1
cmd/bot/main.go
··· 63 63 }, 64 64 &cli.StringFlag{ 65 65 Name: "github-token", 66 - Sources: cli.EnvVars("GITHUB_TOKEN"), 66 + Sources: cli.EnvVars("GH_TOKEN"), 67 67 Required: true, 68 68 }, 69 69 },