Skip to content

Commit 1545163

Browse files
authored
Update update_changes.yml
1 parent 4deed37 commit 1545163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- name: Create Pull Request
3030
uses: peter-evans/create-pull-request@v4.2.3
3131
with:
32-
token: ${{ secrets.PAT }}
32+
token: ${{ secrets.GITHUB_TOKEN }}
3333
commit-message: Translation Update
3434
committer: python-docs-tr <python.docs.tr@gmail.com>
3535
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
3636
signoff: true
3737
branch: translation-update_${{ github.ref_name }}
3838
delete-branch: true
39-
title: 'Translation Update ${GITHUB_REF##*/}'
39+
title: 'Translation Update ${{ github.ref_name }}'
4040
body: |
4141
Update report
4242
- Updated with *today's* date

0 commit comments

Comments
 (0)