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