16 Commits

Author SHA1 Message Date
Colin McDonnell c8cbda6972 simplify initialization 2025-11-26 10:23:27 -08:00
David Blass aba21e7583 remove unnecessary git cleanup logic 2025-11-25 16:05:40 -05:00
David Blass ff375b97e4 fix local git setup 2025-11-25 16:02:08 -05:00
Colin McDonnell 595b246235 update instructions fixtures and comment handling 2025-11-20 18:58:20 -08:00
Colin McDonnell 0ce1d9fd7b deterministically set up working branch 2025-11-20 16:31:00 -08:00
Colin McDonnell e5878de9e4 Drop usage of execSync, switch to $ util 2025-11-20 15:37:34 -08:00
David Blass 0a63f3da9d try download claude 2025-11-06 20:28:58 -05:00
David Blass 42b023cc86 okok 2025-11-06 19:37:31 -05:00
David Blass 854e3d5e4d add debug 2025-11-06 19:19:26 -05:00
David Blass b9c15e9f38 fix github config 2025-11-06 19:05:57 -05:00
Pullfrog Action 7ef44eb254 try esm action 2025-11-06 19:03:19 -05:00
David Blass 15a7154aea improve logging 2025-10-31 01:58:43 -04:00
David Blass 1328894afd update action 2025-10-23 17:10:28 -04:00
David Blass 1922352d86 fix git push auth 2025-10-23 16:12:15 -04:00
ssalbdivad 9459803aaa cleanup comments 2025-10-09 16:33:11 -04:00
Colin McDonnell 3139f541e4 feat: integrate OIDC token exchange in GitHub Action
- Add setupGitHubInstallationToken utility for OIDC token generation
- Implement automatic token exchange with Pullfrog API endpoint
- Add support for multiple authentication methods (input, env, OIDC)
- Create setup utilities for test repository management
- Update action entry point to handle new token flow
- Add environment variable documentation for API key
- Remove large bundled dependencies and optimize build
- Support both development and production token workflows
2025-09-10 00:30:45 -07:00