Skip to content

Commit

Permalink
feat: updated ryu-cho action
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Oct 29, 2024
1 parent 50a55ed commit c0b5bec
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ryu-cho as.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ryu-cho-as

on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:

jobs:
ryu-cho:
name: Ryu Cho
runs-on: ubuntu-latest
steps:
- uses: AloisSeckar/[email protected]
with:
# ↓ personal access token (classic) with `public_repo` scope
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-cs.git
upstream-repo-branch: main
head-repo: https://github.com/vuejs/docs
head-repo-branch: main
track-from: d3e6c66b208ce9c806caddc83df5758d4cf55e9a
workflow-name: ryu-cho-as
pull-requests: false

0 comments on commit c0b5bec

Please sign in to comment.