You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above issue is solved but now it says "Error: Unexpected end of JSON input"
Workflow file = name: "CLA"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
jobs:
CLAAssistant:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
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'
# Beta Release
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.BOT }}
with:
path-to-signatures: 'signatures-v2.json'
path-to-document: 'https://github.com/LightHostingFree/free-domain/blob/main/terms.md' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'main'
allowlist: lhfd-bot,bot*
remote-organization-name: 'Light-Hosting'
remote-repository-name: 'cla'
Describe the bug
A clear and concise description of what the bug is.
When the workflow run it simply crashes without doing anything.
The text was updated successfully, but these errors were encountered: