admin管理员组文章数量:1356815
I created a GitHub action that use GitHub API to create code review.
I now want to link this action with a GitHub app. The idea is that the comments are linked to the GitHub app.
So I created a GitHub app, and now I have to code the logic to authenticate as the GitHub app from the GitHub action code.
I explored multiple solution but they do not fulfill some constraints
- I do not want to maintain an external server
- I do not want to share the GitHub app secrets ( private keys ) to user.
Also, I discover that the secrets define in the GitHub action repository are not shared within the docker running the GitHub action. So I find it hard to give it to my code to authenticate as the GitHub app before doing the rest call.
本文标签: GitHub app authenticate in a GitHub actionStack Overflow
版权声明:本文标题:GitHub app authenticate in a GitHub action - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744071069a2585892.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论