Skip to content

fix: correct token for issues-translate-action in #9

fix: correct token for issues-translate-action in

fix: correct token for issues-translate-action in #9

Workflow file for this run

name: Workflow Name
on: [push, pull_request]
jobs:
job_name:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Translate Issues
uses: usthe/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}