-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add post-step to do graceful logout #23
base: main
Are you sure you want to change the base?
Conversation
@kriberg Thanks for your contribution! |
Will do |
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.
This PR looks good to me.
It would be great if you can add logout
test here.
Signed-off-by: Kristian Berg <[email protected]>
Description
This PR adds a post step to the action that runs oc logout and then deletes the kube config file. That should clean up any residual authentication, in case the runner will be re-used.
Related Issue(s)
Fixes #2
Checklist
Changes made