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

Conversation

klutchell
Copy link
Collaborator

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.

See: tibdex/github-app-token#99
See: actions/create-github-app-token#3
Resolves: #790

Change-type: major

@klutchell klutchell force-pushed the kyle/create-github-app-token-action branch from c233d4c to 55dcd0c Compare December 19, 2023 20:07
@klutchell klutchell marked this pull request as ready for review December 19, 2023 20:08
@klutchell klutchell force-pushed the kyle/create-github-app-token-action branch from 55dcd0c to fa30b03 Compare December 19, 2023 20:10
@klutchell klutchell force-pushed the kyle/create-github-app-token-action branch 2 times, most recently from dfe649d to 45c2f33 Compare December 20, 2023 00:06
@klutchell klutchell force-pushed the kyle/create-github-app-token-action branch 2 times, most recently from bb4701c to db6d424 Compare January 2, 2024 19:43
@klutchell klutchell force-pushed the kyle/create-github-app-token-action branch from db6d424 to 783d783 Compare January 12, 2024 15:33
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 <kyle@balena.io>
@klutchell klutchell force-pushed the kyle/create-github-app-token-action branch from 783d783 to 5975306 Compare January 12, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to the official create-github-app-token action
1 participant