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
feat: pass EXTRA_* env vars to challenge containers
Allows platform-server to pass custom configuration to challenges
via environment variables prefixed with EXTRA_.
Example: EXTRA_GITHUB_TOKEN=xxx will be passed to challenge containers
This enables challenges like bounty-challenge to receive API tokens
without hardcoding them.
0 commit comments