Here in this article we will try to see how we can encrypt a secret API key and token using GitHub secrets. We will further use these encrypted secrets to…
Here in this article we will try to see how we can encrypt a secret API key and token using GitHub secrets. We will further use these encrypted secrets to…
Here in this article we will try to generate an OTP code using python script and try to mask the generated code using the GitHub Worlflow commands. Test Environment Ubuntu…
Here in this article we will see how we can manage secrets in a container image. We will try to load secret content stored on the host machine into the…