No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
Function
This template is designed to trigger a forgeo action in another repo. It uses the following variables:
Vars
- ${{ vars.REPO_ORG }}
Defines the org of the target repo.
- ${{ vars.TARGET_REPO }}
Defines the name of the target repo.
- ${{ vars.ACTION_FILE }}
Defines the name of the workflow file to trigger in the target repo.
Secrets
- ${{ secret.REGISTRY_TOKEN }}