diff --git a/.github/workflows/auto-update-community-members.yml b/.github/workflows/auto-update-community-members.yml index 66105c451666..36f99ddea526 100644 --- a/.github/workflows/auto-update-community-members.yml +++ b/.github/workflows/auto-update-community-members.yml @@ -28,6 +28,8 @@ jobs: - name: Run script working-directory: ./scripts/generate-community-data run: node generate.js ../../data/community/members.yaml + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create pull request uses: peter-evans/create-pull-request@v7 @@ -38,4 +40,4 @@ jobs: branch: update-community-members title: Update community members body: | - This pull request contains automated updates to files by the GitHub Action. \ No newline at end of file + This pull request contains automated updates to files by the GitHub Action.