Use REGISTRY_USERNAME and REGISTRY_TOKEN for package registry auth
Some checks failed
Build Windows EXE / build (push) Failing after 1m46s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 18:16:04 -04:00
parent 7e42fb232d
commit 2cb71699b5

View File

@@ -27,6 +27,6 @@ jobs:
- name: Publish to Gitea generic registry
run: |
curl.exe --fail --user "${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}" `
curl.exe --fail --user "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_TOKEN }}" `
--upload-file dist\es24n_conf.exe `
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/es24n-conf-windows/${{ github.run_number }}/es24n_conf.exe"