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

Add 'post' step that logs out #2

Open
tetchel opened this issue Dec 10, 2020 · 1 comment · May be fixed by #23
Open

Add 'post' step that logs out #2

tetchel opened this issue Dec 10, 2020 · 1 comment · May be fixed by #23
Labels
enhancement New feature or request

Comments

@tetchel
Copy link
Contributor

tetchel commented Dec 10, 2020

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

@tetchel tetchel added the enhancement New feature or request label Dec 10, 2020
@Gutodotado24
Copy link

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 }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@tetchel @Gutodotado24 and others