diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml deleted file mode 100644 index 8e78a3f..0000000 --- a/.github/workflows/project.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Project - -on: - issues: - types: - - opened - - pull_request: - types: - - opened - -jobs: - build: - name: Add to project - runs-on: ubuntu-latest - - steps: - - name: Add To GitHub projects - uses: actions/add-to-project@v0.6.1 - with: - project-url: https://github.com/orgs/codelicia/projects/4 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} -