From db54febe8877096542c6b612165e60c3256f5bf0 Mon Sep 17 00:00:00 2001 From: Chethan Date: Sun, 5 Nov 2023 17:03:04 +0530 Subject: [PATCH] remove using token when checking out repo --- .github/workflows/pr-title-check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 4f70ac0291b0..ec2a77c75b64 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -41,8 +41,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - token: ${{ secrets.AUTO_RELEASE_PAT }} - name: Store PR title in a file shell: bash