Is it possible to authenticate github using `ssh k...
# help
g
Is it possible to authenticate github using
ssh key
for
infracost comment github
command?
l
It doesn't support this, it needs a GitHub token for authentication for commenting.
g
yeah, that’s what documentations says too. I was wondering if there is another way. Generating GitHub token is an overhead when all other GitHub operations are done using ssh key.
w
@gray-agency-55567 As far as I know, the GH API doesn’t support ssh authentication, see their docs here. You can use the GitHub App if that’s too much overhead, that doesn’t need a token at all.