Skip to content

Commit

Permalink
Adjustments to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Mar 21, 2023
1 parent fc50b84 commit 1081231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-translated-documents.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync Translated Documents
name: Sync Translations

on:
workflow_dispatch:
Expand All @@ -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 }}
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1081231

Please sign in to comment.