Update npm-publish workflow to use updated Gitea token variable for authentication

This commit is contained in:
2025-12-25 14:26:20 -06:00
parent ad4fa4f93a
commit f80919c45f

View File

@@ -33,4 +33,4 @@ jobs:
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITEA_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GT_TOKEN }}