Skip to content

Commit

Permalink
Created/Implemented Auto translate bot with token (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
duartebarbosadev authored Feb 10, 2025
1 parent 263596a commit 545baf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
Expand Down Expand Up @@ -32,6 +36,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
#token: ${{ secrets.PAT }}
commit-message: "[Translate Bot] Auto-generated translations for non-English languages"
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
author: "${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>"
Expand Down

0 comments on commit 545baf0

Please sign in to comment.