Interface: FindOptions

December 17, 2024 · View on GitHub

@actions/artifact / FindOptions

Interface: FindOptions

Table of contents

Properties

Properties

findBy

Optional findBy: Object

The criteria for finding Artifact(s) out of the scope of the current run.

Type declaration

NameTypeDescription
repositoryNamestringRepository owner (eg. 'toolkit')
repositoryOwnerstringRepository owner (eg. 'actions')
tokenstringToken with actions:read permissions
workflowRunIdnumberWorkflowRun of the artifact(s) to lookup

Defined in

src/internal/shared/interfaces.ts:136