Skip to content

junipersquare/actions-private-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions-private-actions

This action enables the use of custom actions in private repos.

Actions, by default, must be in public repos to be usable by other repos. One way around this, is to check actions out into the .github/actions/action-name directory. That's what this action does.

Using this action

- uses: junipersquare/actions-private-actions@main
  with:
    repo-list: '["junipersquare/actions-some-private-action@main", "junipersquare/actions-some-other-action@main"]'
    token: ${{secrets.SOME_GITHUB_PAT}}

About

Checks out private actions for use in github actions

Resources

Stars

Watchers

Forks

Packages

No packages published