From 6963226ef56c7deb77e0c4a18f497137c8a07e42 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 18 Oct 2025 07:12:05 -0400 Subject: [PATCH] Adding VAULT_TOKEN env. --- .gitea/workflows/auto-pr-tofu-plan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index b863ce9..ba7dfec 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -48,6 +48,8 @@ jobs: name: Terraform/OpenTofu Plan needs: check-and-create-pr runs-on: ubuntu-latest + env: + VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4