diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index e9369b05d..fc917c87c 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -29,6 +29,7 @@ jobs: with: update-labels: false # OPTIONAL; do not update the Pull Request labels based on the Conventional Commits information. include-commits: true + token: ${{ secrets.GITHUB_TOKEN }} types: | chore ci