You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple CI/CD pipelines, where passwords are generated on demand or in a third system. These in memory generated passwords should then be persisted in Keeper. What is the recommended way to write to keeper from within a GitHub Actions pipelines?
The text was updated successfully, but these errors were encountered:
I'm also very interested in when we can write to Keeper with this action instead of relying on custom scripts.. you can already set the OTP with read/write access
We don't use the action in any projects, because it has no point, if we still need scripts to write data and we would have to maintain two actions then. As long as there is no write capability, we will stay with the scripting solutions, although not as clean as using the native action.
We have multiple CI/CD pipelines, where passwords are generated on demand or in a third system. These in memory generated passwords should then be persisted in Keeper. What is the recommended way to write to keeper from within a GitHub Actions pipelines?
The text was updated successfully, but these errors were encountered: