diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 770d6b0..fa93578 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -37,6 +37,7 @@ jobs: id: use-go-action uses: "https://gitea.com/actions/release-action@main" with: - artifacts: "bunker" + files: "bunker" + api_key: '${{secrets.RELEASE_TOKEN}}'