From e07d079cab39575bdc62be5febfe3c8d34c01d96 Mon Sep 17 00:00:00 2001 From: Adem Baccara <71262172+Adembc@users.noreply.github.com> Date: Tue, 23 Sep 2025 19:09:56 +0100 Subject: [PATCH] fix: update github secret variable name --- .github/workflows/semantic-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-prs.yml b/.github/workflows/semantic-prs.yml index 78d04fe..7d55a8b 100644 --- a/.github/workflows/semantic-prs.yml +++ b/.github/workflows/semantic-prs.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: amannn/action-semantic-pull-request@v5.5.3 env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: types: | fix @@ -40,4 +40,4 @@ jobs: cli config parser - requireScope: false \ No newline at end of file + requireScope: false