From af7ae54128d02c8f40bda49ed69da773abcfb0dc Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Thu, 26 Sep 2024 02:35:51 +0200 Subject: [PATCH] add release token --- .gitea/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}'