Skip to content

Commit

Permalink
Try different token passing
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitozgumus committed Dec 21, 2024
1 parent ce72f05 commit ddf88df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Clone Homebrew Tap
if: matrix.os == 'macos-latest'
run: |
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/yigitozgumus/homebrew-formulae.git
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/yigitozgumus/homebrew-formulae.git
cd homebrew-formulae
git config user.name "GitHub Actions"
git config user.email "[email protected]"
Expand All @@ -111,4 +111,4 @@ jobs:
sed -i '' "s|sha256 .*|sha256 \"${{ steps.sha256.outputs.sha256 }}\"|" lazydraft.rb
git add lazydraft.rb
git commit -m "Update lazydraft formula for version ${{ github.event.release.tag_name }}"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/yigitozgumus/homebrew-formulae.git main
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/yigitozgumus/homebrew-formulae.git main

0 comments on commit ddf88df

Please sign in to comment.