-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathaction.yml
More file actions
62 lines (62 loc) · 2.13 KB
/
Copy pathaction.yml
File metadata and controls
62 lines (62 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: EmDash delegated release
description: Publish an EmDash plugin release through the delegated release service.
author: EmDash
inputs:
service-url:
description: HTTPS origin of the delegated release service.
required: true
publisher-did:
description: Publisher DID that owns the package.
required: true
connection-invitation:
description: Legacy single-use package invitation from workflows created before repository connections.
required: false
release-file:
description: Legacy path to a URL-source release JSON file. Cannot be combined with bundle or provenance inputs.
required: false
bundle-file:
description: Path to an existing plugin tarball inside the GitHub workspace. Omit to build the plugin project.
required: false
plugin-directory:
description: Plugin project directory inside the GitHub workspace when bundle-file is omitted.
required: false
default: "."
provenance-file:
description: Path to the Sigstore bundle emitted by actions/attest-build-provenance.
required: false
idempotency-key:
description: Stable key for replaying this submission. Defaults to the GitHub run.
required: false
poll-interval-seconds:
description: Seconds between status requests.
required: false
default: "5"
timeout-minutes:
description: Maximum time to wait for workflow approval, publication, or release approval.
required: false
default: "30"
wait-for-approval:
description: Continue polling while the intent awaits approval.
required: false
default: "false"
outputs:
connection-url:
description: Browser URL for approving the workflow on its first release run.
intent-id:
description: Release intent ULID.
state:
description: Final or approval-waiting intent state.
approval-url:
description: Approval URL when human approval is required.
release-uri:
description: Published AT URI.
release-cid:
description: Published record CID.
reason-code:
description: Stable terminal reason code when publication does not succeed.
runs:
using: node24
main: dist/index.js
branding:
icon: upload-cloud
color: purple