From 57250069e92d5377a402fec434b20d49c3bd5bcc Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:29:55 +0200 Subject: [PATCH] chore: use private token --- .github/workflows/releaseEtherpad.yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaseEtherpad.yaml.yml b/.github/workflows/releaseEtherpad.yaml.yml index 858f04e82..0a972833b 100644 --- a/.github/workflows/releaseEtherpad.yaml.yml +++ b/.github/workflows/releaseEtherpad.yaml.yml @@ -39,4 +39,4 @@ jobs: run: pnpm publish --no-git-checks working-directory: ./src env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_PRIVATE_TOKEN }}