fix: revert to github_* secret names

User has github_token and github_username configured.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Barry Walker
2026-01-13 16:29:13 -05:00
parent cf113b75b1
commit 60ba630824
+4 -4
View File
@@ -77,9 +77,9 @@ steps:
image: gcr.io/kaniko-project/executor:debug image: gcr.io/kaniko-project/executor:debug
environment: environment:
GHCR_USERNAME: GHCR_USERNAME:
from_secret: ghcr_username from_secret: github_username
GHCR_TOKEN: GHCR_TOKEN:
from_secret: ghcr_token from_secret: github_token
commands: commands:
- | - |
VERSION=$(cat .version) VERSION=$(cat .version)
@@ -94,7 +94,7 @@ steps:
image: alpine/git image: alpine/git
environment: environment:
GITHUB_TOKEN: GITHUB_TOKEN:
from_secret: ghcr_token from_secret: github_token
commands: commands:
- | - |
TAG=$(cat .tag) TAG=$(cat .tag)
@@ -113,7 +113,7 @@ steps:
image: woodpeckerci/plugin-github-release image: woodpeckerci/plugin-github-release
settings: settings:
api_key: api_key:
from_secret: ghcr_token from_secret: github_token
files: files:
- artifacts/*.nupkg - artifacts/*.nupkg
prerelease: false prerelease: false