2026-03-06 11:57:24 +01:00
|
|
|
# shellcheck shell=bash
|
2026-03-06 12:05:05 +01:00
|
|
|
# Forgejo API token used by Claude Code to read/write issues and PRs
|
2026-03-06 11:57:24 +01:00
|
|
|
# Copy to 99-claude and fill in your token, then: chmod 700 99-claude
|
|
|
|
|
require_private "${BASH_SOURCE[0]}"
|
|
|
|
|
export FORGEJO_ISSUE_TOKEN_FOR_CLAUDE=your-token-here
|