From 38c5e67d7c00deecf2c3edb0ce26f474a7749a3f Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Fri, 12 Apr 2024 21:40:58 +0200 Subject: [PATCH] use GITHUB_TOKEN --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 04742ef..16c1c13 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -10,7 +10,7 @@ jobs: - name: vuepress-deploy uses: jenkey2011/vuepress-deploy@master env: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} TARGET_REPO: libfintx/libfintx.github.io TARGET_BRANCH: master BUILD_SCRIPT: yarn && yarn build