You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use PAT for OperatorHub upstream PR creation (#196)
GitHub App tokens only have permissions on repos where the app is
installed (our org's fork). Creating PRs on k8s-operatorhub/community-operators
requires a PAT with public_repo scope.
Split token usage: GH_TOKEN (app token) for fork git operations,
UPSTREAM_GH_TOKEN (PAT via OPERATORHUB_PAT secret) for upstream
gh pr create/edit/list commands.
Closes#195
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
0 commit comments