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
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
looking like some of the environment variables are not going to be able to be parsed locally; we should be able to call out to GitHub's API to try and retrieve some
the primary problematic one will be GITHUB_TOKEN. ideally we can prompt the user for credentials and then call out to GitHub for it, but we should also allow the user to override it.
pretty sure everything gets filled in from local git repositories now except head ref and base ref. need to be able to do the same from remote repositories for sequence to be able to scale
the sequence cli should try to parse information from the
.git
and.github/
folders in the current directory to fill in the default environment variables that github actions supplies: https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variablessuch variables should be overridable on all
sqnc run
commands via flagsThe text was updated successfully, but these errors were encountered: