Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: aazam <[email protected]>
  • Loading branch information
aazam-gh committed Aug 22, 2024
1 parent ceecafc commit 4245ec0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Notify Feilong for Packaging

on:
push:
branches:
- master

jobs:
notify_buildsdk:
runs-on: ubuntu-latest

steps:
- name: Trigger Feilong Packaging
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
repository: mfcloud/build-zvmsdk
event-type: obs-package

0 comments on commit 4245ec0

Please sign in to comment.