From 1eab9b2ecb47d5300abce99aeea4600c93fea97e Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Thu, 26 Oct 2023 18:15:22 +0200 Subject: [PATCH] fix: fixes typo secret -> secrets Signed-off-by: Dmitry Kisler --- .github/workflows/setup-tofu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-tofu.yml b/.github/workflows/setup-tofu.yml index 625c692..6582a61 100644 --- a/.github/workflows/setup-tofu.yml +++ b/.github/workflows/setup-tofu.yml @@ -11,7 +11,7 @@ defaults: shell: bash env: - GITHUB_TOKEN: ${{ secret.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: tofu-versions: