From bdb42e7daf143f37ac0e332a92b44995a0d85e2d Mon Sep 17 00:00:00 2001
From: naticampiglia <99177631+naticampiglia@users.noreply.github.com>
Date: Tue, 30 Jan 2024 19:46:59 +0800
Subject: [PATCH] Fix token

---
 .github/workflows/wia-ci-test-tag-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/wia-ci-test-tag-publish.yml b/.github/workflows/wia-ci-test-tag-publish.yml
index 7a17db2..91284a8 100644
--- a/.github/workflows/wia-ci-test-tag-publish.yml
+++ b/.github/workflows/wia-ci-test-tag-publish.yml
@@ -27,5 +27,5 @@ jobs:
     - name: Deploy to GitHub Pages
       uses: peaceiris/actions-gh-pages@v3
       with:
-        deploy_key: ${{ secrets.ACCESS_TOKEN }}
+        deploy_key: ${{ secrets.GITHUB_TOKEN }}
         publish_dir: ./public
\ No newline at end of file