Skip to content

Commit

Permalink
use access token
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 27, 2024
1 parent 0da9799 commit 635f347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-homebrew-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'therealpaulgg/homebrew-ssh-sync'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN_CLASSIC }}
path: 'homebrew-tap'

- name: Update Homebrew formula
Expand All @@ -42,7 +42,7 @@ jobs:
sed -i "s|url \".*\"|url \"$TARBALL_URL\"|g" $FORMULA_PATH
sed -i "s|sha256 \".*\"|sha256 \"$SHA256\"|g" $FORMULA_PATH
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_CLASSIC }}

- name: Commit and push updates to the tap
run: |
Expand Down

0 comments on commit 635f347

Please sign in to comment.