From 4b7df158e6541f43e06e7731abaf38ad8eae1dda Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sun, 14 Apr 2024 07:07:46 +0200 Subject: [PATCH] Revert "add package to ether org" This reverts commit a3df1f482e5171851cfa9909a7747b410e04760f. --- .github/workflows/npmpublish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 03fa8b0..d68bc51 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -71,5 +71,8 @@ jobs: # the second's will succeed. - run: pnpm publish - - name: Add package to etherpad organization - run: pnpm access grant read-write etherpad:developers + #- + # name: Add package to etherpad organization + # run: pnpm access grant read-write etherpad:developers + # env: + # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}