Skip to content

Is it possible to use this for private repos and projects? #37

Discussion options

You must be logged in to vote

@iwishiwasaneagle to answer the title question: yes, it is definitely possible. I use this myself in several repositories.

The configuration for private repositories is the same as for public repositories.

Example: https://github.com/leonsteinhaeuser/project-beta-automations/blob/main/.github/workflows/project_automations.yml

I'm not sure if you read the "Note" at the beginning of the README:

Note: GITHUB_TOKEN does not have the necessary scopes to access projects (beta).
You must create a token with org:write scope and save it as a secret in your repository or organization.
For more information, see Creating a personal access token.

If you have done this and it still does not work, try…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iwishiwasaneagle
Comment options

@leonsteinhaeuser
Comment options

Answer selected by iwishiwasaneagle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants