-
Notifications
You must be signed in to change notification settings - Fork 43
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
Use webhook secrets from files #3177
Conversation
Submitted as draft because we need to merge https://github.com/stacklok/infra/pull/1189 first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the values I see in infra, I think these are the right values
@eleftherias thank you for catching the bad names! |
Are we good to merge this? |
In general yes, I only didn't merge because I'm intermittently available today and I didn't want to force someone else to pick up the breakage in case this doesn't work. |
Instead of relying on the config to set them. Relates to: stacklok/infra#954
e7bea2c
to
2bf4fdd
Compare
@eleftherias @JAORMX could you please approve once again? I just resolved a conflict, no other changes |
Here's what happened: - I submitted PR mindersec#3177 - Ria submitted feedback inline, I accepted it. The suggestions were merged into the remote branch. - the patch had conflicts with main - I resolved the conflicts locally and force-pushed to the remote branch. My local branch didn't have Ria's suggestions and the force-push removed them This patch brings back Ria's suggestions so I included her as a co-author. Sorry! Co-authored-by: Eleftheria Stein-Kousathana <eleftheria@stacklok.com>
Here's what happened: - I submitted PR #3177 - Ria submitted feedback inline, I accepted it. The suggestions were merged into the remote branch. - the patch had conflicts with main - I resolved the conflicts locally and force-pushed to the remote branch. My local branch didn't have Ria's suggestions and the force-push removed them This patch brings back Ria's suggestions so I included her as a co-author. Sorry! Co-authored-by: Eleftheria Stein-Kousathana <eleftheria@stacklok.com>
Summary
Instead of relying on the config to set them.
Relates to: https://github.com/stacklok/infra/issues/954
Change Type
Mark the type of change your PR introduces:
Testing
I just verified that the env names are correct by running:
Review Checklist: