Closed jdouitsis closed 3 weeks ago
https://github.com/jdouitsis/crowdinTest can't be found. The repository needs to exist
@juliangruber should have added that it's a private repository. Does this action only work on public ones?
If it's a private repository then you need to pass a GitHub token that has access to this repository.
I tried it with a super GitHub token and then made the repo public and got the same result. I feel like I'm doing something obviously wrong but can't pin it.
Public repo: https://github.com/jdouitsis/crowdinTest Using super GH_TOKEN GH Workflow: https://github.com/jdouitsis/crowdinTest/blob/main/.github/workflows/translate-messages.yml
Any thoughts?
Please reach out go GitHub support for these matters, this is not related to this action 🙏
✅ Solution ✅
Turns out there was a lag between the PR being created and the the step for approving it. So once I put in a 5 second delay between PR creation and approval, everything worked out well. Also had to have a different GITHUB_TOKEN
for creating and approving said PR
Hello,
I ran this GH action like so
And this is the output I got
Any advice would be greatly appreciated!
EDIT: Nov 8, 2024 The repository in question
jdouitsis/crowdinTest
is a private repository✅ Solution ✅ Turns out there was a lag between the PR being created and the the step for approving it. So once I put in a 5 second delay between PR creation and approval, everything worked out well. Also had to have a different
GITHUB_TOKEN
for creating and approving said PR