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:
@@ -114,6 +114,10 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: GITHUB_TOKEN
|
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}"
|
title: "PicPeak ${DRONE_TAG}"
|
||||||
note: |
|
note: |
|
||||||
# PicPeak ${DRONE_TAG}
|
# PicPeak ${DRONE_TAG}
|
||||||
|
|||||||
Reference in New Issue
Block a user