From e204a2fd317e0715c85fe100feae079eecda357d Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 12 Oct 2023 03:09:02 -0400 Subject: [PATCH] add PAT to hombrew checkout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ec408a75..fba17aaa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -613,6 +613,7 @@ jobs: uses: actions/checkout@v4 with: repository: maplibre/homebrew-martin + token: ${{ secrets.GH_HOMEBREW_MARTIN_TOKEN }} path: target/homebrew - name: Create Homebrew formula