Skip to content

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