Updated package access token, again #6

Merged
unai merged 1 commits from unai-patch-4 into main 2026-02-01 22:11:30 +00:00
Showing only changes of commit 7c191b7ecd - Show all commits

View File

@ -51,7 +51,7 @@ jobs:
with:
registry: ${{ steps.meta.outputs.REGISTRY_HOST }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PACKAGES_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v4