From 2b75b28b200cd4c0698f26ce9c4da779032fae83 Mon Sep 17 00:00:00 2001 From: Xavi Jorda Date: Mon, 24 Jul 2023 17:26:29 +0200 Subject: [PATCH] chore(token): update token --- .github/workflows/pr-title-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 1e9995d..b1f98da 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: thehanimo/pr-title-checker@v1.3.4 with: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_X }} pass_on_octokit_error: false configuration_path: '.github/pr-title-checker-config.json'