Skip to content

Commit 649d05b

Browse files
DanWahlinCopilot
andcommitted
fix translations pr token
Use the repository workflow token when Co-op Translator creates translation pull requests so branch pushes are not rejected when workflow changes are present in the base history. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 19746dd commit 649d05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/co-op-translator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Create pull request
7474
uses: peter-evans/create-pull-request@v7
7575
with:
76-
token: ${{ secrets.GITHUB_TOKEN }}
76+
token: ${{ secrets.GH_AW_GITHUB_TOKEN }}
7777
commit-message: "Update translations via Co-op Translator"
7878
title: "Update translations via Co-op Translator"
7979
body: |

0 commit comments

Comments
 (0)