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
The skill recommends echo $GEMINI_API_KEY and echo $GITHUB_TOKEN (examples, here). In an agent run, stdout can enter the model/transcript; please use presence-only checks such as test -n "${GITHUB_TOKEN:-}" instead.
The skill recommends
echo $GEMINI_API_KEYandecho $GITHUB_TOKEN(examples, here). In an agent run, stdout can enter the model/transcript; please use presence-only checks such astest -n "${GITHUB_TOKEN:-}"instead.