Update npm-publish workflow to use updated Gitea token variable for authentication
This commit is contained in:
@@ -33,4 +33,4 @@ jobs:
|
||||
- name: Publish
|
||||
run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user