We are currently utilizing the "Configure GitHub Action" step within a Harness CI stage to execute the actions/create-release@v1 action. This action requires several inputs, including body, commitsh, draft, prerelease, release_name, tag_name, and the environment variable GITHUB_TOKEN. We have observed successful execution of this step when using a classic Personal Access Token (PAT) with the necessary repo, user, and admin:repo_hook scopes. However, when attempting to use a short-lived GitHub App token, which is generated by a preceding plugin step, the "Configure GitHub Action plugin" step fails to create the release tag, even with the required permission_content:write granted to the token. The step consistently returns the following error: [drone-github-action/action] :exclamation: ##[error]Not Found [drone-github-action/action] :x: Failure - Main actions/create-release@v1 [430.494916ms] It is important to note that a subsequent test using a standard curl command with the exact same short-lived GitHub App token and permissions successfully created the release tag on GitHub, indicating the token itself is valid and properly authorized. Upon contacting the Harness support team, we were informed that this behavior is due to a platform-level limitation where the "Configure GitHub Action plugin" step currently does not support processing short-lived GitHub App tokens, though it works with PAT (classic) tokens. We kindly request that you consider this as a high-priority feature request to implement the necessary fix or enhancement to allow the "Configure GitHub Action plugin" step to correctly process and utilize short-lived GitHub App tokens in an upcoming release. Supporting these tokens is crucial for adhering to security best practices and leveraging GitHub's modern authentication mechanisms. Thank you for your time and consideration of this enhancement.