Skip to content

feat: add CliCop workflow #SRE-1148 #1

feat: add CliCop workflow #SRE-1148

feat: add CliCop workflow #SRE-1148 #1

Workflow file for this run

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/github-actions/clicop@clicop-v1.0.4
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 }}