Skip to content

Commit 38d39e5

Browse files
committed
Upgraded CLA workflow
1 parent c83c63a commit 38d39e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cla.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
# https://github.com/contributor-assistant/github-action
2020
- name: "CLA Assistant Lite"
2121
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
22-
uses: contributor-assistant/github-action@v2.3.0
22+
uses: contributor-assistant/github-action@v2.6.1
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325
with:
2426
path-to-signatures: 'cla/version1/signatures/cla.json'
2527
path-to-document: 'https://github.com/cowwoc/requirements.java/blob/master/cla/version1/cla.md' # e.g. a CLA or a DCO document

0 commit comments

Comments
 (0)