Skip to content

Commit a40712b

Browse files
authored
Fix typo in Gitlab CI README
1 parent a2bcc75 commit a40712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ amrex repository, we got an installation ID. We then stored the app ID,
5050
installation ID and the private key in GitLab's `Settings -> CI/CD ->
5151
Variables`. The app ID isn't a secret. So you can store it as clear text. In
5252
fact, GitLab does not allow 7-digit masked variables anyway. The
53-
installation ID is also not senstive, but nevertheless we stored it as
53+
installation ID is also not sensitive, but nevertheless we stored it as
5454
protected and masked. The private key is a secret that must be protected and
5555
masked. We also diabled "Expand" for all of these variables because the CI
5656
script doesn't need variable expansion. GitLab seems to have a bug that

0 commit comments

Comments
 (0)