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
refactor: rename GITHUB_FALLBACK_TOKEN to WORLDDRIVEN_GITHUB_TOKEN (#325)
The old name was misleading - it's not a "fallback" but a specific token
used for operations like accepting repository invitations. The new name
matches the convention used in the documentation repository.
Requires updating server config:
dokku config:set worlddriven-core WORLDDRIVEN_GITHUB_TOKEN=<token>
0 commit comments