diff options
author | Robert Göhler <github@ghlr.de> | 2024-03-18 21:10:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 21:10:41 +0100 |
commit | 8e52d8235ac1c1d174afcdd5bd5dc4f36795daef (patch) | |
tree | 39318cdaab20fa770da1cf4532c4d3f3be71e469 /.github | |
parent | 64be488c727d8d0a3a72a006aefd4eceef867545 (diff) | |
download | vyos-documentation-8e52d8235ac1c1d174afcdd5bd5dc4f36795daef.tar.gz vyos-documentation-8e52d8235ac1c1d174afcdd5bd5dc4f36795daef.zip |
Update update-translations.yml
add PAT secret for the PR
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-translations.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index f1ff4ba1..393ce190 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -48,17 +48,15 @@ jobs: - name: set file ownership run: | sudo chown -R 1001 docs/_locale - + - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v6 with: - token: ${{secrets.GITHUB_TOKEN}} - add-paths: docs/_locale/* + token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} commit-message: "Github: update translations" - committer: GitHub <noreply@github.com> - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> title: "Github: update translations" body: | Generate, upload new and download translation files branch: update-translations-master delete-branch: true + |