有没有一种方法可以在没有访问令牌的情况下自动将私有存储库的 Github 问题链接到项目板?
有没有一种方法可以在没有访问令牌的情况下自动将 Github 问题链接到项目板?
我知道有一种使用访问令牌的方法,如下所示。
https://github.com/alex-page/github-project-automation- plus
但是,我想将私有存储库打开到项目板时的问题链接到由于安全问题而没有访问令牌。
有什么方法可以存档吗?
谢谢!
Is there a way to automatically link Github issues to the project board without the access token?
I know that there is a way with access token like below.
https://github.com/alex-page/github-project-automation-plus
But, I'd like to link the private repository's issues when it's opened to the project board without the access token because of security concerns.
Is there any way to archive that?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否 - 通过任何服务或库从外部访问您的私有存储库的唯一方法是使用个人访问令牌。
只要您保密您的 TOKEN,您就不必担心该解决方案的安全性。
No - the only way to access your private repository by any service or library from outside is to use Personal Access Token.
You should not be concerned about the security of this solution as long as you keep your TOKEN in secret.