-
Notifications
You must be signed in to change notification settings - Fork 92
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
Error: Resource not accessible by integration #68
Comments
Can you share a link to your repo 👀 |
My test repo https://github.com/MisterChocker/test_repo |
Everything looks right to me 😬, I wonder if anyone else can see what is going wrong. |
Yeah it does look right, it's really weird that it's not working. |
Can you try...
Just to make sure this isn't a weird race condition? That is all I can think it could be 👻 |
I am in bed right now, but I can try it tomorrow. But I've already created two more/different projects and they also did not work. (With the same error) |
I've renamed the project and changed workflow project name to match. name: Move new issues into Triage
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: TestProject
column: Triage
repo-token: ${{ secrets.GITHUB_TOKEN }}
Same result |
Are you able to reproduce the issue on a new/different repo? |
I also reproduced with public repo and public project. I solved it by creating and using a token with Related issue
|
@Doarakko thanks mate, I'll try with a token with repo permission later! But these permissions make no sense ?! |
I have updated the documentation for repository projects. This is super odd though, thanks @MisterChocker and @Doarakko ✨ |
I am new to this action and having the same problem. The |
Any ideas why |
I created a public repository where I reproduced the issue: https://github.com/nilsreichardt/github-action-project-issue Workflow:
The workflow failing with this error:
Link to broken workflow: https://github.com/nilsreichardt/github-action-project-issue/runs/3186029884?check_suite_focus=true It's working with a personal access token, but with the I got this response from the GitHub Support:
@alex-page, do you have the time to contact the support as the GitHub support mentioned, so we can find out, why personal access token is working, but |
It's still not working for me tho. Same issue as @nilsreichardt mentioned. |
Also still not working here when moving new issues to a workboard. |
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
The project is called Backlog and the column Triage
At this point I am clueless and thats why I opened this issue :|
Also the Actions permissions
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)
Let me know if there is anything else you need.
Many thanks in advance!
The text was updated successfully, but these errors were encountered: