Is it possible to use this for private repos and projects? #37
-
What the title says. I'm struggling to get it to work with my private repo and projects |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@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. I'm not sure if you read the "Note" at the beginning of the README:
If you have done this and it still does not work, try to add ...
- name: Move issue to ...
uses: leonsteinhaeuser/[email protected]
env:
DEBUG_COMMANDS: true
DEBUG_LOG: true |
Beta Was this translation helpful? Give feedback.
@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:
If you have done this and it still does not work, try…