Skip to content

Commit

Permalink
fix: correct token for issues-translate-action in
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 31, 2023
1 parent fd583d8 commit d3c09af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/workflow_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 }}

0 comments on commit d3c09af

Please sign in to comment.