Skip to content

JuliaComputing/GitHubAppTokens.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubAppTokens.jl

A Julia client package to authenticate as GitHub apps. Caching and refreshing expired tokens are managed automatically.

Usage

# Load the package
using GitHubAppTokens

# Create the client context with your GitHub app's ID and private key file
ctx = GHAppCtx(12345, "privkey.pem")

# Generate or retrieve token for a repo
token = GitHubAppTokens.get_token_for_repo(ctx, "myorg", "myrepo")

About

Access tokens fetcher for GitHub apps.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages