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
This commit is contained in:
2025-07-22 11:29:58 +02:00
parent 08eeac66eb
commit 2624ea6130
+4
View File
@@ -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}