Skip to content

Commit b7cbfd1

Browse files
authored
Update cla.yml
1 parent f05d673 commit b7cbfd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cla.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
jobs:
66
check-cla:
77
runs-on: ubuntu-latest
8-
name: Check CLA
8+
name: Verify contributor
99

1010
steps:
11-
- env:
12-
GITHUB_USER: ${{ github.actor }}
13-
uses: tidev/tidev-cla-action@v1
11+
- uses: tidev/tidev-cla-action@v1
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)