Skip to content

Commit

Permalink
add ryu-cho
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-nematpour committed Nov 23, 2023
1 parent d28bb63 commit 8d8ebed
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ryu-cho.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ryu-cho

on:
schedule:
- cron: '*/5 * * * *'

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-fa.git
upstream-repo-branch: main
head-repo: https://github.com/vuejs/docs
head-repo-branch: main
track-from: 0806e267bab58b32efab97254af535a183cc1e14
# path-starts-with: src/
workflow-name: ryu-cho

0 comments on commit 8d8ebed

Please sign in to comment.