Skip to content

Commit 088d756

Browse files
authored
chore: update the cla workflow (#52)
Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com>
1 parent e8d0134 commit 088d756

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ jobs:
1616
steps:
1717
- name: "CLA Assistant"
1818
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'"
19-
uses: "cla-assistant/github-action@v2.1.3-beta"
20-
env:
21-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
22-
PERSONAL_ACCESS_TOKEN: "${{ secrets.PRO_ACCESS_TOKEN }}"
19+
uses: "cla-assistant/github-action@v2.6.1"
2320
with:
2421
remote-organization-name: "keploy"
2522
remote-repository-name: "writers-program"

0 commit comments

Comments
 (0)