- Replaced vars.REPOSITORY_TOKEN with secrets.REPOSITORY_TOKEN for Gitea registry login. - This improves security by storing the token as a secret. - Ensures the token is not exposed in the workflow file.
- Replaced vars.REPOSITORY_TOKEN with secrets.REPOSITORY_TOKEN for Gitea registry login. - This improves security by storing the token as a secret. - Ensures the token is not exposed in the workflow file.