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

BREAKING: switch to official actions/create-github-app-token #836

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 12, 2024

  1. BREAKING: switch to official actions/create-github-app-token

    This deprecates support for the token_scope input for custom
    actions which wasn't used anywhere anyway.
    
    It also deprecates support for the installation_id input as
    the installation will be derived from the repo owner.
    
    The old token action is still in use to enable auto-merge where
    custom token scopes were still required. This will be removed
    in the future when custom permissions are supported by the new
    action.
    
    Resolves: #790
    
    Change-type: major
    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5975306 View commit details
    Browse the repository at this point in the history