Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement manual login parameters for login subcommand #105

Merged
merged 4 commits into from
Feb 1, 2023
Merged

Implement manual login parameters for login subcommand #105

merged 4 commits into from
Feb 1, 2023

Conversation

filiptibell
Copy link
Contributor

@filiptibell filiptibell commented Jan 12, 2023

Implements new arguments for the wally login subcommand to facilitate easier login in CI environments.

The previous method for logging in using a GitHub Workflow involved manually copying the contents of the hidden auth file and doing something similar to this:

run: |
  mkdir -p ~/.wally
  echo "$WALLY_AUTH" > ~/.wally/auth.toml

The new method only requires a valid auth token to be passed and is more future-proof if the auth file format changes:

run: wally login --token "$WALLY_AUTH_TOKEN"

@magnalite magnalite merged commit 9b3cff1 into UpliftGames:main Feb 1, 2023
@magnalite magnalite added this to the Essential feature complete milestone Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants