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

Move Github secrets to variables #3084

Closed
wants to merge 1 commit into from
Closed

Conversation

tamirkamara
Copy link
Collaborator

Resolves #3070

What is being addressed

We store non-secret values in Github Secrets but that can create issues since these values are redacted from logs (try to put a value of 1 and see what happens), and can't be viewed on the website to understand the current configuration.

How is this addressed

  • Move certain values to github variables (new feature)
  • Define a default for address spaces as that is usually enough
  • Run MS Teams messages only if secret has value (useful for those who don't want to use it)
  • Update documentation

@github-actions
Copy link

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 1fe9237.

@tamirkamara
Copy link
Collaborator Author

So the linter doesn't know about the new vars collection 😔

@tamirkamara tamirkamara marked this pull request as draft January 15, 2023 15:07
@tamirkamara tamirkamara added the blocked Cannot progress at present label Jan 16, 2023
@tamirkamara
Copy link
Collaborator Author

The PR is waiting for the next superlinter version to be release. So will close for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Cannot progress at present
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert Github Secrets to Variables where possible
1 participant