diff --git a/.github/workflows/linuxbuild.yml b/.github/workflows/linuxbuild.yml index b210711..3a4661c 100644 --- a/.github/workflows/linuxbuild.yml +++ b/.github/workflows/linuxbuild.yml @@ -14,6 +14,7 @@ jobs: run: make - uses: "marvinpinto/action-automatic-releases@latest" with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" prerelease: false title: "Bleeding Edge Binary - Ubuntu"