Skip to content

Commit

Permalink
test hook 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcraytore1 committed Aug 8, 2024
1 parent 0e82625 commit dc98a31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.TOKEN_WINDOWS_INSTALLER }}
repository: Panduza/panduza_sandbox_flutter # Replace with your user/org and repository
event-type: windows-installer # Custom event name
repository: Panduza/panduza_sandbox_flutter
event-type: windows-installer # Event name must be the same at the place where it must be hook
client-payload: '{"ref": "${{ github.ref }}"}'

# Fast hook test, send a message to windows installer repo to start his workflow
Expand All @@ -148,8 +148,8 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.TOKEN_WINDOWS_INSTALLER }}
repository: Panduza/panduza_windows_installer # Replace with your user/org and repository
event-type: windows-installer # Custom event name
repository: Panduza/panduza_windows_installer
event-type: windows-installer # Event name must be the same at the place where it must be hook
client-payload: '{"ref": "${{ github.ref }}"}'


0 comments on commit dc98a31

Please sign in to comment.