Skip to content

Commit

Permalink
Fix automation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Feb 27, 2022
1 parent 9170923 commit 67866eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg-change-broadcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pkg-change-broadcast

on:
push:
branches: [ master, i3cp ]
branches: master
workflow_dispatch:

jobs:
Expand All @@ -12,5 +12,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 67866eb

Please sign in to comment.