diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76e3ad9..782fabe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,3 +21,5 @@ jobs: else gh --repo "${{ github.repository }}" release create ${{ github.ref_name }} --verify-tag --generate-notes fi + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file