add comment about github token

This commit is contained in:
Mikhail Mikheev 2020-08-04 14:25:49 +04:00
parent b5d8784e83
commit 94156166d2
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ jobs:
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
# Alpha Release # Alpha Release
uses: cla-assistant/github-action@v1.4.2-alpha uses: cla-assistant/github-action@v1.4.2-alpha
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: