Skip to content

Commit

Permalink
Fix build automation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Jun 19, 2022
1 parent f56b30f commit 68d562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-change-broadcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- name: Broadcast Event
run: |
TARGET_REPO_NAME=package-repo
TARGET_REPO_NAME=voulage
curl -XPOST -u "${{ secrets.ORG_BROADCAST_USER}}:${{secrets.ORG_BROADCAST_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/regolith-linux/$TARGET_REPO_NAME/dispatches --data '{ "event_type": "package_update"}'

0 comments on commit 68d562c

Please sign in to comment.