From e78ab2ac4854aee14b809da26e0be0876c83b047 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 10 Aug 2025 01:24:28 +0300 Subject: [PATCH] fix(ci): release pat --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f01c96..535b5e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,5 +68,5 @@ jobs: - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}