actions-repository-permissions
objectWhether GitHub Actions is enabled on the repository.
The permissions policy that controls the actions that are allowed to run. Can be one of: all
, local_only
, or selected
.
Allowed values:alllocal_onlyselected
The API URL to use to get or set the actions that are allowed to run, when allowed_actions
is set to selected
.
Pull Request Minimal
objectShow Child Parameters
Show Child Parameters
Simple Commit
objectSimple Commit
Show Child Parameters
Show Child Parameters
Workflow Run
objectAn invocation of a workflow
The ID of the workflow run.
Example:5
The name of the workflow run.
Example:Build
Example:MDEwOkNoZWNrU3VpdGU1
The ID of the associated check suite.
Example:42
The node ID of the associated check suite.
Example:MDEwOkNoZWNrU3VpdGU0Mg==
Example:master
The SHA of the head commit that points to the version of the workflow being run.
Example:009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d
The auto incrementing run number for the workflow run.
Example:106
Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.
Example:1
Example:push
Example:completed
Example:neutral
The ID of the parent workflow.
Example:5
The URL to the workflow run.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5
Example:https://github.com/github/hello-world/suites/4
Show Child Parameters
The start time of the latest run. Resets on re-run.
The URL to the jobs for the workflow run.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5/jobs
The URL to download the logs for the workflow run.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5/logs
The URL to the associated check suite.
Example:https://api.github.com/repos/github/hello-world/check-suites/12
The URL to the artifacts for the workflow run.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts
The URL to cancel the workflow run.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5/cancel
The URL to rerun the workflow run.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5/rerun
The URL to the previous attempted run of this workflow, if one exists.
Example:https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3
The URL to the workflow.
Example:https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml
Simple Commit
Show Child Parameters
Minimal Repository
Show Child Parameters
Minimal Repository
Show Child Parameters
Example:5
Actions Secret
objectSet secrets for GitHub Actions.
The name of the secret.
Example:SECRET_TOKEN