question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Resource not accessible by integration

See original GitHub issue

For some reason I am unable to get this action to work.

My repo is public and not a fork.

I’ve also tested another action which did work but has very limited functionalities, this is why I’d like to use this action.

I also tried to include the new permission system to modify the default permissions. I tried both as job and as workflow variable. (https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions)

But generally it doesn’t seem to be a permission issue tho when looking at the log image

The project is called Backlog and the column Triage image

At this point I am clueless and thats why I opened this issue 😐

Also the Actions permissions image

Also using a repository secret did not worked Bad credentials

This is the content of my yml. (it’s the same as the one from your example)

name: Move new issues into Triage

on:
  issues:
    types: [opened]
    
jobs:
  automate-project-columns:
    runs-on: ubuntu-latest
    steps:
      - uses: alex-page/github-project-automation-plus@v0.7.1
        with:
          project: Backlog
          column: Triage
          repo-token: ${{ secrets.GITHUB_TOKEN }}

Let me know if there is anything else you need. Many thanks in advance!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
kittykatcommented, Aug 11, 2021

Also still not working here when moving new issues to a workboard.

2reactions
Doarakkocommented, Jun 26, 2021

I also reproduced with public repo and public project.

I solved it by creating and using a token with repo permission.

Related issue

repo is needed also for public user Projects and public repos https://github.com/alex-page/github-project-automation-plus/issues/51

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Resource not accessible by integration" · Issue #10 - GitHub
I'm confused. This is an action configured in the main repo for a PR in the main repo? All reactions.
Read more >
Debug "Resource not accessible by integration" error when ...
This error basically talks about a permission issue. When working with Github apps, you may not have set the necessary permission to access...
Read more >
"Resource not accessible by integration" on github post /repos ...
The problem here is related to the GITHUB_TOKEN permission scope that is generated automatically in a Github Actions workflow run.
Read more >
Resource not accessible by integration - GoReleaser
Integrations that may cause this: Homebrew Tap; Krew Plugins. Fixing it¶. You have basically two options: 1. Use a Personal Access Token (PAT)...
Read more >
GitHub Actions - Resource not accessible by integration
This post will hopefully help anyone searching for the following error. RequestError [HttpError]: Resource not accessible by integration at ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found