Skip to content

Commit

Permalink
remove authing local checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheaps committed Dec 7, 2023
1 parent 3c43def commit cd9e172
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/update-formulae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
run: |
# list all homebrew formula in ./Formula/, delimited by comma
echo "formulae=$(find ./Formula/ -name "*.rb" -exec basename -s .rb {} \; | paste -sd, -)" >> "$GITHUB_OUTPUT"
- name: Set origin with token
run: |
git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
- name: Update Homebrew formula
uses: nsheaps/action-homebrew-bump-formula@master
with:
Expand Down

0 comments on commit cd9e172

Please sign in to comment.