Pawan U

Results 9 comments of Pawan U

I can look into it when I get some time although I'm not very familiar with go. There will be some work required due to short expiration time of the...

I believe this will need more work as the state will save `commit_author`, and `commit_email` as `null`, and when comparing against the previous commit of the file in question, it...

Agreed the scenario you described makes sense when you have users `a` and `b`. What this PR was aiming to solve was issue with signing commits. When you first create...

I can try but I'm a beginner at Go too so it might take some time. Happy if someone takes it from here too as I want this to get...

I think `commit_as_token` makes more sense? Also, I couldn't manage to create signed commit for deletion action even with the raw [github API](https://docs.github.com/en/rest/repos/contents#delete-a-file) by omitting committer/author information so I don't...

I'd say this is still a workaround and we're not intentionally signing commits so I'm not sure. I'd expect a flag like `sign_commit` to take in your signature key to...

> I believe this will need more work as the state will save `commit_author`, and `commit_email` as `null`, and when comparing against the previous commit of the file in question,...

@kfcampbell I tested this with github app so I was assuming it would be the same with PAT. I guess there is no way to sign a commit as a...

@kfcampbell Done, I have updated the docs but feel free to edit or clarify further. Thanks