From 2344322da62d7254929485da14ee1f284fef918c Mon Sep 17 00:00:00 2001 From: dlohvinov Date: Thu, 24 Oct 2024 23:22:21 +0300 Subject: [PATCH] fix: changelog auto write --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3a9d2dc..4d643f89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.DLOHVINOV_PAT }} + token: ${{ secrets.DLOHVINOV_CLASSIC_PAT }} - name: Get previous tag run: |