GitHub app authenticate in a GitHub action - Stack Overflow

I created a GitHub action that use GitHub API to create code review.I now want to link this action wit

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.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744071069a4553548.html

相关推荐

  • GitHub app authenticate in a GitHub action - Stack Overflow

    I created a GitHub action that use GitHub API to create code review.I now want to link this action wit

    9天前
    70

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信