diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb6e717..acb4f20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: id: create_release uses: actions/create-release@latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + GITHUB_TOKEN: ${{ secrets.PAT }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }}