diff --git a/.github/workflows/dispatch_update.yml b/.github/workflows/dispatch_update.yml new file mode 100644 index 00000000..fd269123 --- /dev/null +++ b/.github/workflows/dispatch_update.yml @@ -0,0 +1,15 @@ +name: Dispatch Update Submodule +on: + push: + branches: + - main +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Dispatch update to Gakumas-Localify-EN + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.PAT }} + repository: NatsumeLS/Gakumas-Localify-EN + event-type: update-submodule \ No newline at end of file