diff --git a/.github/workflows/terraform-test.yml b/.github/workflows/terraform-test.yml index 7cbedd7..1686de2 100644 --- a/.github/workflows/terraform-test.yml +++ b/.github/workflows/terraform-test.yml @@ -24,5 +24,7 @@ jobs: - name: Run Terraform Module Release Action uses: HappyPathway/terraform-module-release@main with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TOKEN }} working-directory: '.' + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}