Skip to content

Commit

Permalink
feat: dispatch changes to winapps for submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal authored Aug 7, 2024
1 parent eaa660d commit 33d5828
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dispatch to repo
on: [push, workflow_dispatch]

jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["winapps-org/winapps"]
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update

0 comments on commit 33d5828

Please sign in to comment.