diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 1e85942..234abd2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -36,7 +36,7 @@ jobs: npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/ - name: Authenticate to git.vdb.to registry run: | - npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_REPO_TOKEN }}" + npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}" - name: npm whoami run: | npm whoami