Skip to content

Commit

Permalink
Fixing the branch protection issue (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravali-rimmalapudi authored Sep 28, 2021
1 parent 97bd3c4 commit e368205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit e368205

Please sign in to comment.