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