Skip to content

Commit

Permalink
fix broken images for variables and secrets. (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
drakirnosslin authored Sep 17, 2024
1 parent d791cf0 commit cfd5010
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/_shared/group-global-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sitemapExclude: true

Add Group variables on the Variables tab in a check group. Group variables are only accessible in the context of a group, which includes the checks within the group and their configuration.

![set group environment variable](/shared/images/group-environment-variables.png)
![set group environment variable](/docs/images/browser-checks/group-environment-variables.png)

Add Global variables by clicking "Global variables" on the left-side menu. Global variables are available throughout Checkly, that includes checks, tests, and global configuration options.

![set global environment variable](/shared/images/global-environment-variables.png)
![set global environment variable](/docs/images/browser-checks/global-environment-variables.png)

By default, all variables are stored as string values. When using variables, you can click the lock icon to hide the value from all read-only users. Any data you “lock” is encrypted at rest and in flight on our back end and is only decrypted when needed.

Expand Down

0 comments on commit cfd5010

Please sign in to comment.