FamilySearch / GEDCOM-registries

2 stars 3 forks source link

generate-files github workflow files pull requests that are blocked because validate-yaml never run #63

Open dthaler opened 1 week ago

dthaler commented 1 week ago

https://github.com/FamilySearch/GEDCOM/pull/501 is blocked. See https://github.com/orgs/community/discussions/57484 for explanation.

https://github.com/FamilySearch/GEDCOM-registries/blob/main/.github/workflows/generate-files.yml#L62 currently uses the GITHUB_TOKEN which is the problem.

The recommended fix seems to be to use a PAT rather than GITHUB_TOKEN.

tychonievich commented 1 week ago

I unblocked this PR by closing and then reopening it to re-queue the action