oc-login icon indicating copy to clipboard operation
oc-login copied to clipboard

Add 'post' step that logs out

Open tetchel opened this issue 4 years ago • 1 comments

if the workflow is using a self-hosted runner, a user would likely want to log out after their oc workflow finishes.

tetchel avatar Dec 10 '20 18:12 tetchel

Credentials, if desired instead of token.

  # Username and password override token if they are set.
  openshift_username: ${{ env.OPENSHIFT_USER }}
  openshift_password: ${{ secrets.OPENSHIFT_PASSWORD }}

Gutodotado24 avatar May 01 '22 21:05 Gutodotado24