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}}'