Skip to content

Commit dbb3632

Browse files
authored
Update CLA gh action with PAT (#24)
1 parent 0673e86 commit dbb3632

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
uses: contributor-assistant/[email protected]
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
# the below token should have repo scope and must be manually added by you in the repository's secret
25-
# This token is required only if you have configured to store the signatures in a remote repository/organization
26-
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2725
with:
2826
remote-organization-name: 'parseablehq' # enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
2927
remote-repository-name: '.github' # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)

0 commit comments

Comments
 (0)