create-release icon indicating copy to clipboard operation
create-release copied to clipboard

Change author

Open blackjack4494 opened this issue 5 years ago • 1 comments

Is there any way to change the author? See here

image image

blackjack4494 avatar Sep 30 '20 05:09 blackjack4494

I have not tested this and I do not have the time to do it, but I assume this is due to using secrets.GITHUB_TOKEN. This token is used to "authenticate on behalf of the GitHub App installed on your repository" (see here). Creating your own token through Settings > Developer Settings > Personal Access Tokens and using it instead of the one that is already provided should make you (the owner of the token) show up as the author.

fs-c avatar Nov 01 '20 23:11 fs-c