diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1da4ba..3451131 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,4 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: softprops/action-gh-release@v2 \ No newline at end of file + - uses: softprops/action-gh-release@v2 + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file