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

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

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