release-drafter / release-drafter

Drafts your next release notes as pull requests are merged into master.
https://github.com/marketplace/actions/release-drafter
ISC License
3.35k stars 326 forks source link

Github App Auth to read config from different private repo from same org #1373

Closed bheemvennapureddy closed 9 months ago

bheemvennapureddy commented 9 months ago

Here is how i am reading the resuable workflow from a diff repo

Screenshot 2023-12-12 at 10 13 29 PM

release drafter config from calling repo

Screenshot 2023-12-12 at 10 13 40 PM

resuable workflow for release drafter which creates a Github App token to run release drafter

Screenshot 2023-12-12 at 10 14 36 PM

release drafter config from where it reads

Screenshot 2023-12-12 at 10 14 52 PM

not sure whats the issue but the token is not able to read the config if it is a github app auth vs PAT token it works

bheemvennapureddy commented 9 months ago

@jetersen any insights will be really helpful

bheemvennapureddy commented 9 months ago

I missed adding org while creating app token it worked