From 40e650d0b925f181e224778af14b2fb49af65b81 Mon Sep 17 00:00:00 2001 From: David Garcia Ruiz Date: Wed, 2 Jul 2025 23:58:26 +0200 Subject: [PATCH] chore(release): update semantic-release to use GH_TOKEN instead of POLICY_TOKEN --- .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 4c3ac22..9c904f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,5 @@ jobs: - name: 🚀 Run semantic-release env: - POLICY_TOKEN: ${{ secrets.POLICY_TOKEN }} # Comes from GitHub + GH_TOKEN: ${{ secrets.GH_TOKEN }} # Comes from GitHub run: npx semantic-release