GC CLI Auth Token Rotation for CI/CD Pipelines

Is it possible to automate OAuth token refresh for the Genesys Cloud CLI within a GitHub Actions workflow without manual intervention? The current setup fails after 30 minutes.

Error: 401 Unauthorized - Access token expired

Using genesyscloud-cli v1.2.0 in the login step works initially, but subsequent export commands fail. Need a native way to handle token expiration in headless environments for automated compliance reporting.