Update secret name
Some checks failed
Docker Build & Push / build-and-publish (push) Failing after 18s

This commit is contained in:
Logan Cusano
2025-11-19 03:19:11 -05:00
parent 5f1b22075a
commit 02b5e7f558

View File

@@ -40,7 +40,7 @@ jobs:
username: ${{ gitea.actor }}
# Use a Personal Access Token (PAT) stored as a Gitea Action secret
# You MUST create a GITEA_TOKEN secret with 'write:packages' scope.
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.BUILD_TOKEN }}
# Define image tags based on branch/tag information
- name: Determine Image Tags