workflow_run_logs
Overview
Name | workflow_run_logs |
Type | Resource |
Id | github.actions.workflow_run_logs |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource and then invoke a supported method using the EXEC
command
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
delete_workflow_run_logs | DELETE | owner, repo, run_id | Deletes all logs for a workflow run. You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have the actions:write permission to use this endpoint. |
download_workflow_run_attempt_logs | EXEC | attempt_number, owner, repo, run_id | Gets a redirect URL to download an archive of log files for a specific workflow run attempt. This link expires after 1 minute. Look for Location: in the response header to find the URL for the download. Anyone with read access tothe repository can use this endpoint. If the repository is private you must use an access token with the repo scope.GitHub Apps must have the actions:read permission to use this endpoint. |
download_workflow_run_logs | EXEC | owner, repo, run_id | Gets a redirect URL to download an archive of log files for a workflow run. This link expires after 1 minute. Look forLocation: in the response header to find the URL for the download. Anyone with read access to the repository can usethis endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must havethe actions:read permission to use this endpoint. |