diff --git a/.github/workflows/drawer.yml b/.github/workflows/drawer.yml index 439cae1..7e87b48 100644 --- a/.github/workflows/drawer.yml +++ b/.github/workflows/drawer.yml @@ -33,6 +33,8 @@ jobs: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5 + with: + token: ${{ secrets.GITHUB_TOKEN }} # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml