We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6ce2d commit 54c9eb0Copy full SHA for 54c9eb0
.github/workflows/cla.yaml
@@ -8,6 +8,6 @@ jobs:
8
name: Verify contributor
9
10
steps:
11
- - env:
12
- GITHUB_USER: ${{ github.actor }}
13
- uses: tidev/tidev-cla-action@v1
+ - uses: tidev/tidev-cla-action@v1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments