httpcat-cli 0.2.6 → 0.2.7

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.
@@ -42,6 +42,8 @@ jobs:
42
42
  uses: ./.github/workflows/release.yml
43
43
  with:
44
44
  version: ${{ github.event.inputs.version }}
45
+ secrets:
46
+ HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
45
47
  permissions:
46
48
  id-token: write
47
49
  contents: write
@@ -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 is not set!"
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httpcat-cli",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "CLI tool for interacting with httpcat agent - create, buy, and sell tokens with x402 payments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {