Skip to content

Commit

Permalink
dispatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
weijie-chen committed Jun 9, 2024
1 parent e87aa7b commit 19cca85
Show file tree
Hide file tree
Showing 2 changed files with 1,018 additions and 1,000 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Trigger weijie-chen repo Workflow

on:
push:
branches:
- main

jobs:
trigger:
runs-on: ubuntu-latest

steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PAT }}
repository: weijie-chen/weijie-chen
event-type: update-from-repo
Loading

0 comments on commit 19cca85

Please sign in to comment.