From c496f6a5d169dd2d01662fc25b199eb900daf808 Mon Sep 17 00:00:00 2001 From: AruSeito <41471697+AruSeito@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:47:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20update=20ci=20need=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc6047492e..b38c8313da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,9 @@ on: permissions: contents: write +env: + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_BOT_TOKEN }} + jobs: deploy: name: Deploy to GitHub Pages @@ -51,7 +54,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ILLA_BOT_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build # The following lines assign commit authorship to the official