| 28 | ) |
| 29 | |
| 30 | type GitHubAction struct { |
| 31 | *Generic |
| 32 | githubToken *oidc.Token |
| 33 | logger *zerolog.Logger |
| 34 | } |
| 35 | |
| 36 | func NewGithubAction(ctx context.Context, logger *zerolog.Logger) *GitHubAction { |
| 37 | // In order to ensure that we are running in a non-falsifiable environment we get the OIDC |
nothing calls this directly
no outgoing calls
no test coverage detected