diff --git a/.github/workflows/resource-counts.yml b/.github/workflows/resource-counts.yml index a0a57ec1b109..6c4b630a9b7b 100644 --- a/.github/workflows/resource-counts.yml +++ b/.github/workflows/resource-counts.yml @@ -38,3 +38,4 @@ jobs: commit-message: "docs: update resource counts" title: "docs: update resource counts" body: "This PR updates the resource/data source counts included on the provider documentation index page." + token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }}