From b6de4cc2ceefd57c697841e0c323cb4414471788 Mon Sep 17 00:00:00 2001 From: takahirohonda Date: Sun, 18 Aug 2024 13:04:23 +0200 Subject: [PATCH] Update access token --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b9a05d9..743b502 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Deploy to Github page uses: JamesIves/github-pages-deploy-action@3.7.1 with: - ACCESS_TOKEN: ${{ secrets.GIT_PAGE_DEPLOY }} + ACCESS_TOKEN: ${{ secrets.LERAN_GERMAN_DEPLOY_TEST }} BRANCH: master # The branch the action should deploy to. FOLDER: dist/apps/fe-sys-design # The folder the action should deploy. REPOSITORY_NAME: takahirohonda/takahirohonda.github.io