From b79417941eeb05112ce3ed203e0c0921fd5e6719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leszek=20Bu=C5=82awa?= Date: Mon, 11 Dec 2023 08:15:00 +0100 Subject: [PATCH] chore: add clicop workflow --- .github/workflows/clicop.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/clicop.yml diff --git a/.github/workflows/clicop.yml b/.github/workflows/clicop.yml new file mode 100644 index 0000000..d439134 --- /dev/null +++ b/.github/workflows/clicop.yml @@ -0,0 +1,20 @@ +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 }}