GitHub token to use for authenticating with this instance of GitHub. The token must be the built-in GitHub Actions token, and the workflow must have the security-events: write permission. Most of the time it is advisable to avoid specifying this input so that the workflow falls back to using the default value.
Resolve the build environment based on the files located at the specified path (relative to $GITHUB_WORKSPACE). If this input is not set, then the build environment is resolved based on the files in $GITHUB_WORKSPACE.
GitHub token to use for authenticating with this instance of GitHub. The token must be the built-in GitHub Actions token, and the workflow must have the
security-events: writepermission. Most of the time it is advisable to avoid specifying this input so that the workflow falls back to using the default value.