diff --git a/.github/workflows/notify-groups.yml b/.github/workflows/notify-groups.yml new file mode 100644 index 0000000..ba81c66 --- /dev/null +++ b/.github/workflows/notify-groups.yml @@ -0,0 +1,18 @@ +name: Notify Groups + +on: + push: + branches: + - 1080p-Encode + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + repository: Dictionarry-Hub/groups + event-type: database-updated + client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'