package
2.0.1+incompatible
Repository: https://github.com/zktx-io/slsa-github-generator-test.git
Documentation: pkg.go.dev

# Functions

GetToken gets the Github Actions token.
GetVarsContext returns the current GitHub Actions 'vars' context.
GetWorkflowContext returns the current GitHub Actions 'github' context.
NewGithubClient returns a new GitHub API client authenticated using the token from the GitHub context.
NewOIDCClient returns new GitHub OIDC provider client.
NewTestOIDCServer returns a httptest.Server that can be used as the OIDC server, and an OIDClient that will use the test server.
SetOutput writes a name value pair to a file located at GITHUB_OUTPUT.

# Structs

OIDCClient is a client for the GitHub OIDC provider.
OIDCToken represents the contents of a GitHub OIDC JWT token.
WorkflowContext is the `github` context given to workflows that contains information about the GitHub Actions workflow run.

# Type aliases

VarsContext is the `vars` context.