diff --git a/.gitea/workflows/terraform.yml b/.gitea/workflows/terraform.yml index 69f8e2e..04e18b2 100644 --- a/.gitea/workflows/terraform.yml +++ b/.gitea/workflows/terraform.yml @@ -132,7 +132,7 @@ jobs: - name: Comment PR with Plan if: gitea.event_name == 'pull_request' env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + GIT_TOKEN: ${{ secrets.GIT_TOKEN }} run: | PLAN_OUTPUT=$(cat plan_output.txt | head -c 60000) COMMENT_BODY=$(cat <