From 20ce492ec1d024326242bf395151ad1febe77748 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 2 Aug 2025 00:49:08 -0400 Subject: [PATCH] Added back registry token for github (#52) Reviewed-on: https://git.hydrosaber.com/eriq12/hydro-os/pulls/52 Co-authored-by: Eriq Taing Co-committed-by: Eriq Taing --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddd2273..862bab0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,7 @@ jobs: with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} + registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds