fix: use org secret DEPLOYER_API_GITEA_API_KEY for package uploads
Some checks failed
release-nightly / publish-nightly (push) Failing after 45s
release / goreleaser (push) Successful in 1m14s
release / publish-packages (push) Failing after 35s

This commit is contained in:
Andrew Miller
2026-03-05 13:32:35 -05:00
parent 3d83c18cdf
commit 69e4aa00a6
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ jobs:
done
- name: Publish nightly to Generic Package Registry
env:
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITEA_TOKEN: ${{ secrets.DEPLOYER_API_GITEA_API_KEY }}
run: |
API_BASE="https://git.lethalbits.com/api/packages/lethalbits/generic/gitea-mcp-extended/nightly"
echo "Publishing to: $API_BASE"