How do I generate the GitHub OAuth token for organization accounts?

后端 未结 1 1541
北荒
北荒 2021-02-06 20:48

I have created an organization on GitHub. My organization has some repos. These repos have API documentation that I would like to re-build and publish to gh-pages b

相关标签:
1条回答
  • 2021-02-06 21:12

    That's not possible currently, you can only create tokens for user accounts since user accounts have permissions associated with them (organizations don't). So, you'd need to create a token with an account which has access to the repository in question and give that to Travis. You can also create a machine account for that purpose.

    0 讨论(0)
提交回复
热议问题