initalize artifact client as default export

This commit is contained in:
Rob Herley
2023-12-06 04:00:07 +00:00
committed by GitHub
parent e27efe5620
commit befa19f3a8
4 changed files with 23 additions and 40 deletions

View File

@@ -127,7 +127,7 @@ export interface Artifact {
}
// FindOptions are for fetching Artifact(s) out of the scope of the current run.
// Must specify a PAT with actions:read scope for cross run/repo lookup otherwise these will be ignored.
// Must specify a token with actions:read scope for cross run/repo lookup otherwise these will be ignored.
export interface FindOptions {
findBy?: {
// Token with actions:read permissions