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

Configure Feed

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

Merge pull request #33 from till/fix-everything-omg

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

authored by

Till! and committed by
GitHub
4ff7bf28 c49a77bf

+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 },