Skip to content

Commit 0fb6942

Browse files
authored
Update README.md
1 parent b1522fa commit 0fb6942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
steps:
3939
- name: "CLA Assistant"
4040
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'
41-
uses: contributor-assistant/github-action@v2.5.2
41+
uses: contributor-assistant/github-action@v2.6.0
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
# the below token should have repo scope and must be manually added by you in the repository's secret
4545
# This token is required only if you have configured to store the signatures in a remote repository/organization
46-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
46+
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4747
with:
4848
path-to-signatures: 'signatures/version1/cla.json'
4949
path-to-document: 'https://github.com/cla-assistant/github-action/blob/master/SAPCLA.md' # e.g. a CLA or a DCO document

0 commit comments

Comments
 (0)