From 5110af87d8c70846f57fabb794da7f44fb767b06 Mon Sep 17 00:00:00 2001 From: Bartlomiej Wilczynski Date: Wed, 7 Oct 2020 22:43:26 +0200 Subject: [PATCH] Use GitHub PAT to authenticate to tap repository --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf6aa2a..d717d87 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/checkout@v2 with: repository: bwilczynski/homebrew-tap + token: ${{ secrets.GH_TOKEN }} fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v2