Skip to content

Commit

Permalink
chore: add clicop workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Leszek Buława committed Dec 21, 2023
1 parent 0382077 commit b794179
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/clicop.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit b794179

Please sign in to comment.