Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub Actions workflow to test GitHub authentication
* **Workflow setup** - Define a new workflow named `Test GitHub Auth` - Trigger on push to any branch - Use `ubuntu-latest` runner with a specified container image - Set environment variables for authentication * **Steps** - Checkout the repository - Authenticate to DevHub - Test GitHub authentication using `d2x` commands - Record API requests using `vcrpy` with filtered headers
- Loading branch information