httpcat-cli 0.2.6 → 0.2.7-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,10 @@ on:
|
|
|
8
8
|
description: "Version to release (e.g., 1.2.3). Leave empty for auto-detection from commits."
|
|
9
9
|
required: false
|
|
10
10
|
type: string
|
|
11
|
+
secrets:
|
|
12
|
+
HOMEBREW_TAP_TOKEN:
|
|
13
|
+
description: "GitHub token for accessing homebrew tap repository"
|
|
14
|
+
required: true
|
|
11
15
|
|
|
12
16
|
env:
|
|
13
17
|
NODE_VERSION: "20"
|
|
@@ -549,7 +553,7 @@ jobs:
|
|
|
549
553
|
run: |
|
|
550
554
|
# Clone the homebrew tap repository
|
|
551
555
|
if [ -z "$GIT_TOKEN" ]; then
|
|
552
|
-
echo "❌ HOMEBREW_TAP_TOKEN secret
|
|
556
|
+
echo "❌ GIT_TOKEN environment variable is not set (HOMEBREW_TAP_TOKEN secret may not be passed to reusable workflow)"
|
|
553
557
|
exit 1
|
|
554
558
|
fi
|
|
555
559
|
|
package/bun.lock
CHANGED
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"overrides": {
|
|
40
40
|
"@solana/codecs-core": "5.1.0",
|
|
41
|
-
"@solana/instruction-plans/@solana/codecs-core": "5.1.0",
|
|
42
41
|
},
|
|
43
42
|
"packages": {
|
|
44
43
|
"@adraffy/ens-normalize": ["@adraffy/ens-normalize@1.11.1", "", {}, "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ=="],
|