From 40aaff420c9737475f350092f27e87a1ba30501f Mon Sep 17 00:00:00 2001 From: matteo Date: Thu, 14 Mar 2024 20:22:57 +0100 Subject: [PATCH] Update .gitea/workflows/release.yaml --- .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 0922cb5..3cd8afa 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -9,7 +9,8 @@ jobs: uses: actions/checkout@v3 - run: zip -r YouTubeMusic.zip . - name: Release - uses: actions/release-action@main + uses: https://gitea.com/actions/release-action@main with: files: |- YouTubeMusic.zip + api_key: '${{secrets.RELEASE_TOKEN}}'