Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

An github action to run private composite actions

Notifications You must be signed in to change notification settings

jusbrasil/run-private-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Run private composite action

This is a GitHub Action to run private composite actions.

Usage

  - name: Fetch private action
    uses: jusbrasil/run-private-action@main
    with:
      repo: {org}/{repo}
      token: ${{ secrets.GITHUB_TOKEN }}

Options

The following input variables options must be configured:

Input Description
repo The private repo with the action that will be cloned
token Your github token to access the private repo

About

An github action to run private composite actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published