diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml similarity index 96% rename from .github/workflows/test.yml rename to .github/workflows/ci.yml index eb37f94..a4d21ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,6 @@ jobs: release_name: ${{ github.ref }} body: ${{steps.github_release.outputs.changelog}} prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}