Skip to content

Commit

Permalink
personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
AsbertMa authored and libotony committed Dec 29, 2021
1 parent 1cb3834 commit 55552c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/GitPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 55552c3

Please sign in to comment.