fix: configure github-release plugin to use GitHub API instead of Gitea
Mirror to GitHub / mirror (push) Successful in 29s
Test and Lint / backend-test (push) Successful in 1m34s
continuous-integration/drone/push Build is passing
Test and Lint / frontend-test (push) Successful in 2m7s

- 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 0ee7eeaa59
commit 60fdd5d6ef
+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}