diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ed743c..9312eab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Update Pull Request uses: actions/github-script@v7 with: - github-token: ${{ secrets.USER_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const output = `#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\` #### Terraform Initialization 🤖\`${{ steps.init.outcome }}\`