This is a GitHub Action to run private composite actions.
- name: Fetch private action
uses: jusbrasil/run-private-action@main
with:
repo: {org}/{repo}
token: ${{ secrets.GITHUB_TOKEN }}
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 |