We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a669805 commit bfc70ccCopy full SHA for bfc70cc
.github/workflows/update_changes.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Create Pull Request
30
uses: peter-evans/create-pull-request@v4.2.3
31
with:
32
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
33
commit-message: Translation Update
34
committer: python-docs-tr <python.docs.tr@gmail.com>
35
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
0 commit comments