From 68c5710fb3709002e88e07c263986d64f0f998dd Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Thu, 30 Jul 2026 17:05:46 -0400 Subject: [PATCH] Remove the PAT-based workflow --- .github/workflows/add_to_project.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/add_to_project.yml diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml deleted file mode 100644 index fb1fad8dc186e..0000000000000 --- a/.github/workflows/add_to_project.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add pull request to the kanban board - -on: - pull_request_target: - types: - - opened - - reopened - -jobs: - add-to-project: - name: Add pull request to the kanban board - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1.0.2 - with: - project-url: https://github.com/orgs/rapid7/projects/17 - # smcintyre/GITHUB_PROJECT_TOKEN (PAT), Expires on Wed, Jan 27 2027 - github-token: ${{ secrets.GH_PROJECT_TOKEN }} -