From 9460b03a7f1e5e6b61732a96255964cbde3c8ffb Mon Sep 17 00:00:00 2001 From: Derek Morgan <79756941+morethancertified@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:21:39 +0000 Subject: [PATCH] updated token --- .github/workflows/plan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 2084a6e..9a59f5c 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -22,6 +22,8 @@ jobs: run: shell: bash working-directory: ./terraform + env: + GH_TOKEN: ${{ github.token }} steps: # Checkout the repository to the GitHub Actions runner