From 3d86a7a5c63e643a634a7a4c143a30bfabd59c38 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Thu, 11 Jun 2026 11:21:56 -0600 Subject: [PATCH] Chore: use shared workflow files --- .github/workflows/addtomainproject.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/addtomainproject.yml b/.github/workflows/addtomainproject.yml index 9b7f367..b87caea 100644 --- a/.github/workflows/addtomainproject.yml +++ b/.github/workflows/addtomainproject.yml @@ -1,5 +1,4 @@ name: Add to main project - on: issues: types: @@ -7,13 +6,8 @@ on: pull_request: types: - opened - + workflow_dispatch: jobs: add-to-project: - name: Add to main project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.1.0 - with: - project-url: https://github.com/orgs/cgkineo/projects/3 - github-token: ${{ secrets.ADDTOPROJECT_TOKEN }} + uses: cgkineo/.github/.github/workflows/addtomainproject.yml@master + secrets: inherit