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