diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1aa9130..f4b7342 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.DEPLOY_TOKEN }} - uses: actions/setup-node@v4 with: