Skip to content

chore: package version bump to replace test version #19

chore: package version bump to replace test version

chore: package version bump to replace test version #19

name: pkg-change-broadcast
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Broadcast Event
run: |
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"}'