-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Request] Replace GHCR_PR_TOKEN with GITHUB_TOKEN #613
Comments
Need to double check the permission elevation thing. It may work here since the event is |
|
ping @aali309 |
Describe the feature
Since the event is
pull_request_target
, theGITHUB_TOKEN
is allowed to elevate its permission towrite:packages
. We can utilize this instead of theGHCR_PR_TOKEN
PAT.Tho, we will need to make sure to specify only necessary permissions.
Anything other information?
https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
The text was updated successfully, but these errors were encountered: