From 788ff7c1ca66bc15e64f80c248d03003762831ef Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 5 Jan 2024 16:01:03 +0000 Subject: [PATCH] remove gh token secret --- .github/workflows/validate-pull-request.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/validate-pull-request.yaml b/.github/workflows/validate-pull-request.yaml index 60d83226..816997c4 100644 --- a/.github/workflows/validate-pull-request.yaml +++ b/.github/workflows/validate-pull-request.yaml @@ -9,9 +9,6 @@ on: review-state: required: false type: string - secrets: - GITHUB_TOKEN: - required: true jobs: validate-pr: