Skip to content

Commit

Permalink
Create mirror-messenger-apk-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanHaghniya committed Jan 12, 2024
0 parents commit f90db95
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/mirror-messenger-apk-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_dispatch:

repository_dispatch:
types:
- webhook

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Mirror Messenger APK Release
uses: andrewthetechie/gha-clone-releases@v1
with:
token: ${{ secrets.GH_TOKEN }}
src_repo: streamware/selemene
copy_assets: true
skip_draft: true
limit: 1

0 comments on commit f90db95

Please sign in to comment.