[error] Cannot read property 'repository' of null
See original GitHub issueWhy can I get this error?
I use this configuration
name: Move assigned issue into WIP
on:
issues:
types: [assigned]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.2.2
with:
project: Board
column: In Progress
repo-token: ${{ secrets.GH_SECRET }}
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Getting "Cannot read property 'pickAlgorithm' of null" error in ...
For me, the error came up while I was trying to work with the json-server module. And clearing the cache worked for me...
Read more >err! cannot read properties of null (reading 'pickalgorithm')
The error "Cannot read property 'pickAlgorithm' of null" usually indicates that there is a problem with the package that you are trying to...
Read more >How to deal or remove "Cannot read property 'destroy' of null"
"Cannot read property 'destroy' of null" - This error has occurred because the underlying js implementation gets failed to initialize the global ......
Read more >Error "Cannot read properties of null (reading 'project ... - GitLab
Error Cannot read properties of null (reading 'project') is shown when installing Agent from the Agent tab. Steps to reproduce. create an empty ......
Read more >Uncaught TypeError: Cannot read property 'forEach' of null
Uncaught TypeError : Cannot read property 'forEach' of null ... Any idea of what could I be doing wrong? Thanks. ... The issue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found that you required to choose full control of private repositories on personal access token creation. Everything is working now. I think it will be helpful to update readme. Thanks for your help!
Nope, unfortunately it wasn’t help. I tried to rename column to In Progress, but still got the same error. Also I tried to set name of column without whitespace, and it didn’t help too. I don’t sure that the problem is in column, because column is a part of project in repository, which we can’t find.