Skip to content

Commit

Permalink
fix: rollback to use repository dispatch (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac authored Oct 18, 2024
1 parent f7c7d5c commit 7ceb31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ steps.gh-app.outputs.token }}
token: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}
commit-message: Update Homebrew to latest release
title: "[Release] Update Homebrew"
reviewers: AntiD2ta, cbermudez97, stdevMac, adriantpaez
Expand Down

0 comments on commit 7ceb31f

Please sign in to comment.