diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index 4449469..652d63d 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -25,6 +25,8 @@ jobs: // find the column const columns = github.projects.listColumns({ + owner: context.repo.owner, + repo: context.repo.repo, project_id: project_id }) var column = null