Skip to content

Commit 27a2faf

Browse files
authored
Merge pull request #64 from appwrite/ci-fix-npm-token
ci: fix npm token
2 parents 14950e5 + bed892b commit 27a2faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Publish
4040
run: npm publish --tag ${{ steps.release_tag.outputs.tag }}
4141
env:
42-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_NO_ORG }}

0 commit comments

Comments
 (0)