Using GitHub gist to post as a bot instead of me #21881
|
I currently run a Discord bot that used to use anonymous GitHub Gists. Now that anonymous Gists have been disabled 😠 I need another solution. From the API docs: Is there a way to have the author show up as created by the bot, instead of created by me? Do I have to create a new GitHub account for this? Should I make an organization account? |
Replies: 3 comments
|
If you want the Gist to show up as created by a different account than yours, you’ll need to create a new machine account for that. An organization can’t log in as a user, so it wouldn’t work for what you’re describing. |
|
Is a “machine account” a specific thing, or just a user account that happens to only be used by a machine? |
|
@bmintz It’s a regular user account used by a bot/machine. |
If you want the Gist to show up as created by a different account than yours, you’ll need to create a new machine account for that. An organization can’t log in as a user, so it wouldn’t work for what you’re describing.