From c262becd30bfa1bbe71bdd7e396a7ee8424e5fcf Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 13 Dec 2024 13:59:38 -0600 Subject: [PATCH] maybe this will do it --- .github/workflows/deploy-registry.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index 796aee2..921c1bf 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -10,7 +10,8 @@ jobs: deploy: runs-on: ubuntu-latest - # Set id-token permission for gcloud + # Set id-token permission for gcloud + # Adding a comment because retriggering the build manually hung? Did some messing around in cloud console. permissions: contents: read id-token: write