PDavid commented on PR #7933: URL: https://github.com/apache/hbase/pull/7933#issuecomment-4073698833
> Do we have enough permission to push the repo in github actions? No, unfortunately we don't have enough permissions. Usually the workflow only have permission to push to the same repo it "runs in". > To push to a different repository, the standard GITHUB_TOKEN usually won't cut it because its permissions are scoped only to the current repo. You’ll need a Personal Access Token (PAT) or a GitHub App token with "Contents: Write" permissions for the target repository. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
