Skip to content

Commit

Permalink
Merge pull request #1 from mahmudunnabikajal/mahmudunnabikajal-patch-1
Browse files Browse the repository at this point in the history
Create ryu_cho.yaml
  • Loading branch information
mahmudunnabikajal authored Jun 13, 2023
2 parents 34b2e6a + ede8d02 commit 816e710
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ryu_cho.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ryu-cho

on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch: # on button click

jobs:
ryu-cho:
name: Ryu Cho
runs-on: ubuntu-latest
steps:
- uses: vuejs-translations/ryu-cho@v1
with:
access-token: ${{ secrets.RYU_CHO_ACCESS_TOKEN }}
username: ${{ secrets.RYU_CHO_USER_NAME }}
email: ${{ secrets.RYU_CHO_USER_EMAIL }}
upstream-repo: https://github.com/vuejs-translations/docs-bn
upstream-repo-branch: upstream
head-repo: https://github.com/vuejs/docs
head-repo-branch: main
track-from: 72b203380bda37f83cbcf31805f969d67b7b0214
#path-starts-with: docs/
workflow-name: ryu-cho

0 comments on commit 816e710

Please sign in to comment.