File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125125 with :
126126 repository : manucodin/homebrew-swift-mock-generator
127127 path : homebrew-tap
128+ token : ${{ secrets.HOMEBREW_TAP_TOKEN }}
128129 fetch-depth : 0
129130
130131 - name : Update Homebrew formula
@@ -158,7 +159,7 @@ jobs:
158159 git config user.email "github-actions[bot]@users.noreply.github.com"
159160
160161 # Configure git to use the token for authentication
161- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/manucodin/homebrew-swift-mock-generator.git
162+ git remote set-url origin https://x-access-token:${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/manucodin/homebrew-swift-mock-generator.git
162163
163164 # Check if there are changes
164165 if git diff --quiet; then
You can’t perform that action at this time.
0 commit comments