diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6cee265..0ff0921 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -58,4 +58,4 @@ jobs: - name: Publish run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GITEA_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}