From e368205f91ebc4144969070ad869aef59dbe1176 Mon Sep 17 00:00:00 2001 From: ravali-rimmalapudi <83863595+ravali-rimmalapudi@users.noreply.github.com> Date: Tue, 28 Sep 2021 15:34:54 +0530 Subject: [PATCH] Fixing the branch protection issue (#13) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34d454c..ac78ad3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout to homebrew uses: actions/checkout@v2 + with: + token: ${{ secrets.REPO_ACCESS_TOKEN }} - name: Update Home Brew with latest sha and version run: | source .github/scripts/update-formula.sh "${{github.event.inputs.formula}}" "${{github.event.inputs.version}}" "${{github.event.inputs.sha}}"