Merge pull request 'fix(ci): use gitea_token secret for npm publish' (#342) from fix/ci-npm-secret into main

This commit is contained in:
2026-04-01 17:51:32 +00:00
+1 -1
View File
@@ -28,7 +28,7 @@ steps:
image: *node_image image: *node_image
environment: environment:
NPM_TOKEN: NPM_TOKEN:
from_secret: gitea_npm_token from_secret: gitea_token
commands: commands:
- *enable_pnpm - *enable_pnpm
# Configure auth for Gitea npm registry # Configure auth for Gitea npm registry