Skip to content

READMEの翻訳をChatGPTによるActionに変更 #6

READMEの翻訳をChatGPTによるActionに変更

READMEの翻訳をChatGPTによるActionに変更 #6

name: Translate README
on:
push:
paths:
- README.md
jobs:
translate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: DeepL Translate Github Action
uses: lyqht/[email protected]
with:
target_languages: en-US
input_file_path: README-ja.md
output_file_name_pattern: README.md
deepl_api_key: ${{ secrets.DEEPL_API_KEY_FOR_ACTIONS }}