The Release Please workflow currently uses org-level credentials:
secrets.RELEASE_BOT_PRIVATE_KEY
vars.RELEASE_BOT_APP_ID
These won't be available once the repo is public. Need to provision a repo-level GitHub App (or PAT) that Release Please can authenticate with, and update .github/workflows/release-please.yml accordingly.
Blocks: making the repo public.
Related: #143
The Release Please workflow currently uses org-level credentials:
secrets.RELEASE_BOT_PRIVATE_KEYvars.RELEASE_BOT_APP_IDThese won't be available once the repo is public. Need to provision a repo-level GitHub App (or PAT) that Release Please can authenticate with, and update
.github/workflows/release-please.ymlaccordingly.Blocks: making the repo public.
Related: #143