From 1081231b7c5e5fb2e2c0158d77d4dd9716a5a105 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 20 Mar 2023 22:45:23 -0300 Subject: [PATCH] Adjustments to GitHub Actions --- .github/workflows/sync-translated-documents.yml | 6 +++--- .github/workflows/website-deploy.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-translated-documents.yml b/.github/workflows/sync-translated-documents.yml index d9f4cb3e..2ea879b9 100644 --- a/.github/workflows/sync-translated-documents.yml +++ b/.github/workflows/sync-translated-documents.yml @@ -1,4 +1,4 @@ -name: Sync Translated Documents +name: Sync Translations on: workflow_dispatch: @@ -15,7 +15,7 @@ jobs: with: version: 3.x - - name: Sync Translated Documents + - name: Sync Translations run: task crowdin:pull env: CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} @@ -31,4 +31,4 @@ jobs: delete-branch: true author: task-bot <106601941+task-bot@users.noreply.github.com> labels: translation - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index d04ee399..8165a598 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Website Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PAT }} publish_dir: ./docs/build user_name: task-bot user_email: 106601941+task-bot@users.noreply.github.com