Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creating tags as a different user #33

Merged
merged 1 commit into from
May 2, 2022

Commits on Apr 28, 2022

  1. Support creating tags as a different user

    - Add a `tag_as_user` input to override the git `user.name` used when creating tags
    - Add a `tag_as_email` input to override the git `user.email` used when creating tags
    - If a `github_token` has been provided, use that when pushing tags instead of the default Actions token
    
    Using a different token for pushing the the tag allows the push to trigger other Actions.
    jordemort committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cd64f1f View commit details
    Browse the repository at this point in the history