Skip to content

[BUG] Action is fialing with graphql error #130

@rokups

Description

@rokups

CLA workflow fails with a following error:

Error: graphql call to get the committers details failed: GraphqlError: Resource not accessible by integration

My workflow file:

name: "CLA Assistant"
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'
        uses: contributor-assistant/[email protected]
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
        with:
          path-to-signatures: '.github/signatures/version1/cla.json'
          path-to-document: 'https://github.com/rokups/charting_app/blob/master/.github/CLA.md'
          branch: 'master'
          allowlist: rokups
          lock-pullrequest-aftermerge: false

image

I did try with and without PERSONAL_ACCESS_TOKEN. Repository is private.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions