From c6c1dc59597303f2f11bed6c5afd6ed6cf0c4682 Mon Sep 17 00:00:00 2001 From: Stephane SEGNING LAMBOU Date: Wed, 6 Mar 2024 11:40:29 +0100 Subject: [PATCH] fix: updated GITHUB_TOKEN in build-and-deploy-pwa.yaml --- .github/workflows/build-and-deploy-pwa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-pwa.yaml b/.github/workflows/build-and-deploy-pwa.yaml index 30264481..1b72280c 100644 --- a/.github/workflows/build-and-deploy-pwa.yaml +++ b/.github/workflows/build-and-deploy-pwa.yaml @@ -43,5 +43,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.DEPLOYTOKEN }} - publish_dir: power-pay-frontend \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: power-pay-frontend