Skip to content

Commit

Permalink
Add PERSONAL_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Nov 8, 2023
1 parent 20f18dd commit 125e8ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: "cla.json"
path-to-document: "https://github.com/Ethernal-Tech/blade/blob/develop/CLA.md"
Expand Down

0 comments on commit 125e8ce

Please sign in to comment.