1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

ci: hopefully last tweak for pushing macos homebrew tap

This commit is contained in:
Wez Furlong 2020-06-08 10:16:43 -07:00
parent c5a6862b48
commit d979a63e1a
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ jobs:
with:
repository: "wez/homebrew-wezterm"
path: "homebrew-wezterm"
token: "${{ secrets.GH_PAT }}"
- name: "Update homebrew tap formula"
shell: bash
run: |

View File

@ -349,6 +349,7 @@ cargo build --all --release""",
params={
"repository": "wez/homebrew-wezterm",
"path": "homebrew-wezterm",
"token": "${{ secrets.GH_PAT }}",
},
),
RunStep(