From c06f5c4ebee206de84b70d76c655cfc03afe85b3 Mon Sep 17 00:00:00 2001 From: Christopher Schinnerl Date: Mon, 25 Mar 2024 13:29:45 +0100 Subject: [PATCH] Update project-add.yml --- .github/workflows/project-add.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/project-add.yml b/.github/workflows/project-add.yml index 3304fc0..8b93101 100644 --- a/.github/workflows/project-add.yml +++ b/.github/workflows/project-add.yml @@ -10,12 +10,5 @@ on: jobs: add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - # You can target a project in a different organization - # to the issue - project-url: https://github.com/orgs/SiaFoundation/projects/5 - github-token: ${{ secrets.PAT_ADD_TO_PROJECT }} + uses: SiaFoundation/workflows/.github/workflows/project-add.yml@master + secrets: inherit