diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b95cb1e..eea8e4e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -89,3 +89,5 @@ jobs: --generate-notes \ --repo ${{ github.repository }} --target master + env: + GH_TOKEN: ${{ github.token }}