ci: use npm token for plugin publishes

This commit is contained in:
Peter Steinberger
2026-05-02 21:36:56 +01:00
parent a53be2d2ce
commit 0dafc37e57

View File

@@ -223,5 +223,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
OPENCLAW_NPM_PUBLISH_AUTH_MODE: trusted-publisher
run: bash scripts/plugin-npm-publish.sh --publish "${{ matrix.plugin.packageDir }}"