From d7e3ee490bb861fe824c427e9454eadd87fe176c Mon Sep 17 00:00:00 2001 From: chifu1234 Date: Mon, 18 Sep 2023 20:57:09 +0200 Subject: [PATCH] update --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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