Merge pull request 'Updated package access token, again' (#6) from unai-patch-4 into main
Some checks failed
CI/CD Pipeline / test-and-lint (push) Successful in 33s
CI/CD Pipeline / publish-container (push) Failing after 24s

Reviewed-on: #6
This commit is contained in:
unai 2026-02-01 22:11:29 +00:00
commit 0b5c5af13d

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