REFACTOR(auth): use gitearegistry secret

- Change to gitearegistry secret for authentication
- Update registry credentials
This commit is contained in:
2025-12-20 13:04:14 +09:00
parent 250d5b4d43
commit a229bfca96

View File

@@ -121,7 +121,7 @@ jobs:
- name: Update kustomization with new image tag
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_TOKEN: ${{ secrets.GITEAREGISTRYTOKEN }}
run: |
git config --global user.name "gitea-actions[bot]"
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com"