Skip to content

Commit

Permalink
GitHub Actions for triggering ost_data_parser remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
sctop committed Aug 26, 2023
1 parent 9241b72 commit 1b4d8ba
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: When Push

on:
push:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ACTION_SCRIPT }}
event-type: ost-data-update-event
repository: BA-OST-Index/ost_data_parser

0 comments on commit 1b4d8ba

Please sign in to comment.