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

feat!: Remove github_token input and use default GITHUB_TOKEN from ca… #21

Closed
wants to merge 1 commit into from

Commits on Jan 28, 2023

  1. feat!: Remove github_token input and use default GITHUB_TOKEN from ca…

    …lling workflow
    
    The `github_token` input was removed and the action now uses the default `GITHUB_TOKEN` variable that is always available to actions.
    See https://docs.github.com/en/actions/security-guides/automatic-token-authentication for more information about GITHUB_TOKEN and how it works in Github Actions.
    
    BREAKING CHANGE: The github_token input was removed and is no longer needed.
    activescott committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    1829b0a View commit details
    Browse the repository at this point in the history