From 55552c373d5bac00f06f9c8181f12c688d558420 Mon Sep 17 00:00:00 2001
From: AsbertMa <stayinalive@msn.cn>
Date: Wed, 29 Dec 2021 14:44:40 +0800
Subject: [PATCH] personal token

---
 .github/workflows/GitPage.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/GitPage.yml b/.github/workflows/GitPage.yml
index 32ea9e9..f9bfcd0 100644
--- a/.github/workflows/GitPage.yml
+++ b/.github/workflows/GitPage.yml
@@ -41,12 +41,12 @@ jobs:
           force_orphan: true
 
       - name: Deploy with test net CNAME
-      if: ${{ github.repository_owner == 'vechain' }}
-
-      uses: peaceiris/actions-gh-pages@v3
-      with:
-        github_token: ${{ secrets.GITHUB_TOKEN }}
-        publish_dir: dist/
-        external_repository: vechain/testnet.inspector.app
-        cname: inspector-testnet.vecha.in
-        force_orphan: true
\ No newline at end of file
+        if: ${{ github.repository_owner == 'vechain' }}
+
+        uses: peaceiris/actions-gh-pages@v3
+        with:
+          personal_token: ${{ secrets.ADDTIONAL_GITHUB_TOKEN }}
+          publish_dir: dist/
+          external_repository: vechain/testnet.inspector.app
+          cname: inspector-testnet.vecha.in
+          force_orphan: true
\ No newline at end of file