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

Remove invalid text color parameter from login screen #960 #972

Merged
merged 8 commits into from
Mar 12, 2024
Merged

Conversation

nerodevo
Copy link
Contributor

Fix for #960. Had to recreate the commit. Previous commit can be ignored.

bennettgoble and others added 7 commits March 4, 2024 17:32
Mark issues as stale but do not close them.
Specifically, when secrets aren't available (e.g. for external PRs), skip the
affected steps.
The previous construct produced:

Unrecognized named-value: 'secrets'. Located at position 1 within expression:
secrets.AZURE_KEY_VAULT_URI && ...
From https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow :

"Secrets cannot be directly referenced in if: conditionals. Instead, consider
setting secrets as job-level environment variables, then referencing the
environment variables to conditionally run steps in the job."
The build step no longer needs these variables at all: they're used in a
subsequent workflow job.
Make signing and symbol posting jobs conditional on secrets.
Removed parameter since 'Remember me' isn't using color emphasis.
If emphasis color is desired, then let me know if 'Remember me'
should use same color emphasis for consistency.
Copy link

github-actions bot commented Mar 12, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@nerodevo nerodevo changed the title Remove invalid text color parameter from login screen Remove invalid text color parameter from login screen #960 Mar 12, 2024
@nerodevo
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@marchcat marchcat self-assigned this Mar 12, 2024
Copy link
Contributor

@marchcat marchcat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@marchcat marchcat merged commit 4a07fd3 into secondlife:release/maint-b Mar 12, 2024
3 of 6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
@nerodevo nerodevo deleted the xui branch March 12, 2024 19:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning about failed parameter parsing of 'text_color' in panel_login.xml
4 participants