Commit 3d8c4c90 authored by J. B. Rainsberger's avatar J. B. Rainsberger

Fixed instructions for adding Secret Variables to a CI/CD pipeline.

parent 170fef0b
...@@ -148,7 +148,8 @@ available in the build environment. It's the recommended method to use for ...@@ -148,7 +148,8 @@ available in the build environment. It's the recommended method to use for
storing things like passwords, secret keys and credentials. storing things like passwords, secret keys and credentials.
Secret variables can be added by going to your project's Secret variables can be added by going to your project's
**Settings ➔ Variables ➔ Add variable**. **Settings ➔ CI/CD Pipelines**, then finding the section called
**Secret Variables**.
Once you set them, they will be available for all subsequent jobs. Once you set them, they will be available for all subsequent jobs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment