From 98635974d022a001a995e19a82913aea8bf889c1 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Wed, 13 Nov 2024 14:59:28 +0100
Subject: [PATCH] Document how CI_JOB_TOKEN is used

---
 src/gitlab-tofu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gitlab-tofu.sh b/src/gitlab-tofu.sh
index 53795c5..36ddd26 100644
--- a/src/gitlab-tofu.sh
+++ b/src/gitlab-tofu.sh
@@ -14,7 +14,7 @@
 # GITLAB_TOFU_SOURCE: forces this script in source-mode. Required when source auto-detection fails.
 # GITLAB_TOFU_APPLY_NO_PLAN: if set to true, the apply command does not use a plan cache file.
 #
-# OpenTofu Environment Variables:
+# Respected OpenTofu Environment Variables:
 # > these are variables that are
 # > respected if set and avoid using
 # > the gitlab-tofu values for them.
-- 
GitLab