From e939d0da334671b859649db6374b292ee2cbdd97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Arturo=20Cabral=20Mej=C3=ADa?= Date: Tue, 22 Oct 2024 21:36:01 -0400 Subject: [PATCH] chore(ci): use release PAT --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a19e8734..23fb484e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -175,5 +175,5 @@ jobs: run: npm ci - name: Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }} run: npx semantic-release