From 7c7381896923bd8a03b0e2e695bab7059bd000ef Mon Sep 17 00:00:00 2001 From: Karol Waszczuk Date: Thu, 24 Oct 2024 10:40:38 +0200 Subject: [PATCH] chore(ci): remove CliCop workflow #PLTM-233 (#18) chore(ci): remove CliCop workflow --- .github/workflows/clicop.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/clicop.yml diff --git a/.github/workflows/clicop.yml b/.github/workflows/clicop.yml deleted file mode 100644 index d439134..0000000 --- a/.github/workflows/clicop.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: CliCop - -on: - pull_request: - types: [opened, reopened, synchronize, edited] - -permissions: - contents: read - pull-requests: write - issues: write - statuses: write - -jobs: - clicop: - runs-on: ubuntu-latest - steps: - - uses: RampNetwork/clicop@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} # this is passed automatically https://docs.github.com/en/actions/security-guides/automatic-token-authentication - clickup_token: ${{ secrets.CLICKUP_TOKEN }}