forgejo-contrib-forgejo-cli-wiki-actions.md
Watch20
Star402
Fork
You've already forked forgejo-cli
CodeIssues 44Pull requests 8Releases 11Packages 2WikiActivity
Page: Actions
ActionsAuthenticationBuildingHomeInstallationIssuesOrganizationsPRsRepositoriesUsers
HTTPS
No results
1 Actions Cyborus edited this page 2025-05-05 15:30:51 -04:00
#Table of Contents
All current or past tasks can be listed with fj actions tasks.
Dispatch a new task with fj actions dispatch <NAME> <REF> [--inputs <KEY>=<VALUE>]. For example, fj actions dispatch publish.yaml main --inputs version=10.
Actions variables can be listed fj actions variables list, created with fj actions variables create <NAME> <VALUE> [--force], and deleted with fj actions variables delete <NAME>.
When creating a variable, omit the value from the command to use your editor to write it.
Secrets are managed in much the same way, except with fj actions secrets instead of variables. The value of a secret cannot be set with your editor.