From 03db83236a12e5739a5a89363e6f34b95de56f48 Mon Sep 17 00:00:00 2001 From: scott45 Date: Mon, 2 Dec 2024 11:44:41 +0300 Subject: [PATCH] feat: publish with token that has write access --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43005d5..8379ea4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,8 +67,8 @@ jobs: - name: Publish package run: npm publish env: - GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - NODE_AUTH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + GH_TOKEN: '${{ secrets.GITHUB_TOKEN_LIB }}' + NODE_AUTH_TOKEN: '${{ secrets.GITHUB_TOKEN_LIB }}' - name: Capture Version id: capture_version