diff --git a/.gitea/workflows/BuildRelease.yaml b/.gitea/workflows/BuildRelease.yaml index 13c4fc9..c2586c4 100644 --- a/.gitea/workflows/BuildRelease.yaml +++ b/.gitea/workflows/BuildRelease.yaml @@ -52,7 +52,7 @@ jobs: with: files: |- ehs-windows-amd64.zip - token: '${{secrets.RELEASE_TOKEN}}' + api_key: '${{secrets.RELEASE_TOKEN}}' Linux-AMD64-Build: runs-on: linux-x86_64