ncipollo / release-action

An action which manages a github release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I set the author who create the release?

helloint opened this issue · comments

Is your feature request related to a problem? Please describe.
Now the author is github-actions
image

Describe the solution you'd like
provide an option to control the author

Yeah, if you change the access token to your personal access token it should update the author to be you.

ok, i get it.
my idea was to let it to be the one who triggered the action

my idea was to let it to be the one who triggered the action

I would like that as well. @ncipollo would that be possible? Or should there need to be a secret for each user then?

That's not possible as far as I am aware. You would need to switch over peoples tokens, which seems little dangerous because it means you would need to store a bunch of personal access tokens somewhere (so I would not recommend this).