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:
@@ -77,9 +77,9 @@ steps:
|
||||
image: gcr.io/kaniko-project/executor:debug
|
||||
environment:
|
||||
GHCR_USERNAME:
|
||||
from_secret: ghcr_username
|
||||
from_secret: github_username
|
||||
GHCR_TOKEN:
|
||||
from_secret: ghcr_token
|
||||
from_secret: github_token
|
||||
commands:
|
||||
- |
|
||||
VERSION=$(cat .version)
|
||||
@@ -94,7 +94,7 @@ steps:
|
||||
image: alpine/git
|
||||
environment:
|
||||
GITHUB_TOKEN:
|
||||
from_secret: ghcr_token
|
||||
from_secret: github_token
|
||||
commands:
|
||||
- |
|
||||
TAG=$(cat .tag)
|
||||
@@ -113,7 +113,7 @@ steps:
|
||||
image: woodpeckerci/plugin-github-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: ghcr_token
|
||||
from_secret: github_token
|
||||
files:
|
||||
- artifacts/*.nupkg
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user