diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 900ec78..de113db 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: run: ./build.sh - uses: "marvinpinto/action-automatic-releases@latest" with: - repo_token: "${{ secrets.TOKEN }}" + repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | - ./build/*.gz \ No newline at end of file + *.gz \ No newline at end of file