Skip to content

A shim for when you need to run a GitHub Action in CircleCI, to have more control over API limits.

License

Notifications You must be signed in to change notification settings

nessex/github-action-in-circleci-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-action-in-circleci-shim

A shim for when you need to run a GitHub Action in CircleCI, to have more control over API limits.

This supports everything except the payload file, if you want that you should make a request to the GitHub API for the actual payload.

Usage

var shim = require('github-action-in-circleci-shim');
var actionName = "lint-codebase";

shim(actionName);

About

A shim for when you need to run a GitHub Action in CircleCI, to have more control over API limits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published