diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 872afbf..d7f6807 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,4 +39,4 @@ jobs: new_branch: binary pathspec_error_handling: ignore push: true - github_token: ${{ secrets.TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file