diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 541ef29f76..2b00f64960 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -13,9 +13,6 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: write-all - # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: @@ -49,6 +46,6 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DOCS_DEPLOY_TOKEN }} publish_dir: ./docs/.vitepress/dist cname: ev.xyz diff --git a/docs/.vitepress/components/CelestiaGasEstimator.vue b/docs/.vitepress/components/CelestiaGasEstimator.vue index faad8909a5..de5bc84455 100644 --- a/docs/.vitepress/components/CelestiaGasEstimator.vue +++ b/docs/.vitepress/components/CelestiaGasEstimator.vue @@ -1,7 +1,7 @@