From 2624ea6130a38224597f0c4d3f3d0341c334472f Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 22 Jul 2025 11:29:58 +0200 Subject: [PATCH] fix: configure github-release plugin to use GitHub API instead of Gitea - Add base_url and upload_url pointing to GitHub API - Explicitly set repo and owner for GitHub repository - Fixes 401 authentication error in release pipeline --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index fbd2065..4fcca89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -114,6 +114,10 @@ steps: settings: api_key: from_secret: GITHUB_TOKEN + base_url: https://api.github.com/ + upload_url: https://uploads.github.com/ + repo: the-luap/picpeak + owner: the-luap title: "PicPeak ${DRONE_TAG}" note: | # PicPeak ${DRONE_TAG}