You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/check-readme.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,19 @@ on:
8
8
type: boolean
9
9
default: false
10
10
description: 'If true, fail the workflow when the README is outdated. If false (default), only post a warning comment.'
11
+
use-blacksmith:
12
+
required: false
13
+
type: boolean
14
+
default: false
15
+
description: 'Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest.'
11
16
secrets:
12
17
OPENAI_API_KEY:
13
18
required: true
14
19
description: 'OpenAI API key for AI-powered README analysis'
Copy file name to clipboardExpand all lines: .github/workflows/check-skills.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ on:
13
13
type: string
14
14
default: 'photon-hq/skills'
15
15
description: 'The skills repository to check against (owner/repo format)'
16
+
use-blacksmith:
17
+
required: false
18
+
type: boolean
19
+
default: false
20
+
description: 'Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest.'
Copy file name to clipboardExpand all lines: .github/workflows/dylib-release.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,18 @@ on:
18
18
type: string
19
19
required: true
20
20
description: "Directory containing the Podfile"
21
+
use-blacksmith:
22
+
type: boolean
23
+
required: false
24
+
default: false
25
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/go-service-release.yaml
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ on:
51
51
required: false
52
52
default: ""
53
53
description: "Formula name in the tap to update (e.g., 'blackhole'). Required if tap-repo is set."
54
+
use-blacksmith:
55
+
type: boolean
56
+
required: false
57
+
default: false
58
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/makefile-dylib-release.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,18 @@ on:
6
6
type: string
7
7
required: true
8
8
description: "Name of the output dylib (e.g., imessage-helper)"
9
+
use-blacksmith:
10
+
type: boolean
11
+
required: false
12
+
default: false
13
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/pkg-release.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ on:
33
33
required: false
34
34
default: ""
35
35
description: "Package name to match in Jamf Pro. If omitted, the tool uses the file stem of the .pkg."
36
+
use-blacksmith:
37
+
type: boolean
38
+
required: false
39
+
default: false
40
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,19 @@ on:
17
17
required: false
18
18
default: false
19
19
description: "Force release (overrides label)"
20
+
use-blacksmith:
21
+
type: boolean
22
+
required: false
23
+
default: false
24
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
20
25
secrets:
21
26
OPENAI_API_KEY:
22
27
required: true
23
28
description: "OpenAI API key for version and notes"
Copy file name to clipboardExpand all lines: .github/workflows/rust-service-release.yaml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,11 @@ on:
56
56
required: false
57
57
default: ""
58
58
description: "Formula name in the tap to update (e.g., 'jamf-package-updater'). Required if tap-repo is set."
59
+
use-blacksmith:
60
+
type: boolean
61
+
required: false
62
+
default: false
63
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/swift-release.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ on:
38
38
required: false
39
39
default: ""
40
40
description: "Package name to match in Jamf Pro. If omitted, the tool uses the file stem of the .pkg."
41
+
use-blacksmith:
42
+
type: boolean
43
+
required: false
44
+
default: false
45
+
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
0 commit comments