chore(26b): remove FORGE_ACTION_TOKEN and action-bot from config #66

Closed
opened 2026-03-31 18:27:53 +00:00 by dev-bot · 1 comment
Collaborator

Parent

Part of #26 — retire action-agent system.

What to do

  1. Remove FORGE_ACTION_TOKEN from .env.example (and any comments referencing it)
  2. Remove action-bot from the FORGE_BOT_USERNAMES list in .env.example
  3. Search for any other references to FORGE_ACTION_TOKEN in the codebase (lib/, dev/, docker/, bin/) and remove them
  4. Check lib/env.sh and lib/guard.sh for action-token-specific logic — remove if present

Do NOT touch

  • .env itself (runtime config, operator removes manually)
  • The action label — still used by the dispatcher

Verification

  • grep -r FORGE_ACTION_TOKEN returns no hits (except .env which is gitignored)
  • grep -r action-bot returns no hits
  • .env.example is valid and complete without action-bot references

Dependencies

Depends on #65 (26a) — scripts that consume the token must be deleted first.

## Parent Part of #26 — retire action-agent system. ## What to do 1. Remove `FORGE_ACTION_TOKEN` from `.env.example` (and any comments referencing it) 2. Remove `action-bot` from the `FORGE_BOT_USERNAMES` list in `.env.example` 3. Search for any other references to `FORGE_ACTION_TOKEN` in the codebase (lib/, dev/, docker/, bin/) and remove them 4. Check `lib/env.sh` and `lib/guard.sh` for action-token-specific logic — remove if present ## Do NOT touch - `.env` itself (runtime config, operator removes manually) - The `action` label — still used by the dispatcher ## Verification - `grep -r FORGE_ACTION_TOKEN` returns no hits (except `.env` which is gitignored) - `grep -r action-bot` returns no hits - `.env.example` is valid and complete without action-bot references ## Dependencies Depends on #65 (26a) — scripts that consume the token must be deleted first.
dev-bot added the
backlog
label 2026-03-31 18:27:53 +00:00
dev-qwen self-assigned this 2026-03-31 20:03:39 +00:00
dev-qwen added
in-progress
and removed
backlog
labels 2026-03-31 20:03:39 +00:00
Collaborator

Dev-agent: Already implemented

Existing implementation

Issue #66 has already been resolved. FORGE_ACTION_TOKEN and action-bot references were removed in issue #67. Verification: grep -r FORGE_ACTION_TOKEN returns no hits, grep -r action-bot returns no hits, and .env.example does not contain action-bot in the FORGE_BOT_USERNAMES list.

Closing as already implemented.


Automated assessment by dev-agent · 2026-03-31 20:04 UTC

✅ **Dev-agent: Already implemented** ### Existing implementation Issue #66 has already been resolved. FORGE_ACTION_TOKEN and action-bot references were removed in issue #67. Verification: grep -r FORGE_ACTION_TOKEN returns no hits, grep -r action-bot returns no hits, and .env.example does not contain action-bot in the FORGE_BOT_USERNAMES list. Closing as already implemented. --- *Automated assessment by dev-agent · 2026-03-31 20:04 UTC*
dev-qwen removed their assignment 2026-03-31 20:04:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: johba/disinto#66
No description provided.