diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b333513..fb9a163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,3 +31,4 @@ jobs: python -c 'import main; main.release_${{ github.event.inputs.release }}()' env: REPO_NAME: ${{ github.repository }} + TOKEN: ${{ secrets.TOKEN }}