httpcat-cli 0.2.1-rc.4 → 0.2.1-rc.5
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.
|
@@ -520,7 +520,7 @@ jobs:
|
|
|
520
520
|
uses: actions/checkout@v6
|
|
521
521
|
with:
|
|
522
522
|
repository: hathbanger/homebrew-httpcat
|
|
523
|
-
token: ${{ secrets.
|
|
523
|
+
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|
|
524
524
|
path: homebrew-tap
|
|
525
525
|
|
|
526
526
|
- name: Wait for npm CDN propagation
|
|
@@ -575,7 +575,8 @@ jobs:
|
|
|
575
575
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
576
576
|
git add Formula/httpcat.rb
|
|
577
577
|
git commit -m "Update httpcat to ${{ needs.prepare.outputs.version }}" || exit 0
|
|
578
|
-
git
|
|
578
|
+
git remote set-url origin https://${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/hathbanger/homebrew-httpcat.git
|
|
579
|
+
git push origin main
|
|
579
580
|
|
|
580
581
|
# Job 5: Create GitHub Release
|
|
581
582
|
create-release:
|