httpcat-cli 0.2.3 → 0.2.4

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.
@@ -540,13 +540,14 @@ jobs:
540
540
  name: Update Homebrew Formula
541
541
  runs-on: ubuntu-latest
542
542
  needs: [prepare, publish-npm]
543
+ permissions:
544
+ contents: write # Required to push to homebrew tap repository
543
545
  steps:
544
546
  - name: Checkout homebrew tap
545
- uses: actions/checkout@v6
546
- with:
547
- repository: hathbanger/homebrew-httpcat
548
- token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
549
- path: homebrew-tap
547
+ run: |
548
+ git clone https://${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/hathbanger/homebrew-httpcat.git homebrew-tap
549
+ cd homebrew-tap
550
+ git checkout main
550
551
 
551
552
  - name: Wait for npm CDN propagation
552
553
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httpcat-cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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": {