This is a SwiftUI App that measures CI/CD metrics connecting to the GitHub GraphQL API
Steps to get going:
- Create GitHub OAuth Application Application Name: You choose Homepage URL: you choose, not really used Applicaiton description: you choose Callback URL. something like app://auth
- Clone GitHubDevOps
- Update PropertyFiles\keys.plist to include YOUR GitHub Client_ID, Secret, & Callback. You can ignore github token(I used this for testing the Bearer token)
- Let me know any issues with this process