Skip to content

Commit

Permalink
chore: fix cla-bot credential
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao authored May 13, 2020
1 parent 981e9ed commit 49aee4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
# Alpha Release
uses: hanxiao/github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.JINA_DEV_BOT }}
with:
path-to-signatures: '.github/signatures/v1/cla.json'
path-To-cladocument: 'https://github.com/jina-ai/jina/blob/master/CLA.md'
# branch should not be protected
branch: 'cla'
whitelist: hanxiao,nan-wang,jina-bot,BingHo1013
empty-commit-flag: false
blockchain-storage-flag: false
blockchain-storage-flag: false

0 comments on commit 49aee4a

Please sign in to comment.