pelagia-portal/.forgejo
Hardik 2d6681014d fix(deploy): don't inject the CI runner token into ppms (drop --update-env)
The deploy job runs inside the Forgejo Actions runner, whose env includes an
ephemeral FORGEJO_TOKEN (per-job token, revoked when the job ends). 'pm2 restart
--update-env' injected it into ppms, where it shadowed the real PAT in .env
(Next.js won't override an already-set process.env var) — so the Report Issue
button 401'd once the job token expired. Plain restart keeps the daemon's clean env.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 23:57:01 +05:30
..
issue_template chore(forgejo): add issue template 2026-06-11 16:04:22 +05:30
workflows fix(deploy): don't inject the CI runner token into ppms (drop --update-env) 2026-06-20 23:57:01 +05:30
PULL_REQUEST_TEMPLATE.md test+ci: green the test baseline and make type-check + unit tests hard gates 2026-06-19 13:03:54 +05:30