Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[support] Error: Input required and not supplied: repo-token #96

Open
opencurveadmin opened this issue Oct 12, 2022 · 3 comments
Open

Comments

@opencurveadmin
Copy link

opencurveadmin commented Oct 12, 2022

name: 'Auto Assign'
on:
  pull_request:
    types: [opened, reopened, ready_for_review]

jobs:
  add-reviews:
    runs-on: ubuntu-latest
    steps:
      - name: 'Auto Assign Action'
        uses: kentaro-m/auto-assign-action@v1.2.3
        with:
          addReviewers: true
          addAssignees: false
          reviewers:
            - test
          numberOfReviewers: 1 

get error:
image

@Safnaj
Copy link

Safnaj commented Oct 20, 2022

Facing the same.

@omkarkhatavkar
Copy link

you should be using pull_request_target if it is coming from fork PR.

@lette1394
Copy link

#101 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants