From 32ba90ecf8e63ef183ff8877ce8a857efd1ac4e9 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Mon, 8 Jan 2024 16:30:05 +1100 Subject: [PATCH] Surrounded multiline access-nri.priv/pub key files in quotes so they are parsed correctly --- .github/workflows/dep-image-2-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dep-image-2-build.yml b/.github/workflows/dep-image-2-build.yml index c5a19f3..aec958b 100644 --- a/.github/workflows/dep-image-2-build.yml +++ b/.github/workflows/dep-image-2-build.yml @@ -61,8 +61,8 @@ jobs: build-secrets: | S3_ACCESS_KEY_ID=${{ secrets.S3_ACCESS_KEY_ID }} S3_ACCESS_KEY_SECRET=${{ secrets.S3_ACCESS_KEY_SECRET }} - access-nri.priv=${{ secrets.BUILDCACHE_KEY_PRIVATE }} - access-nri.pub=${{ secrets.BUILDCACHE_KEY_PUBLIC }} + "access-nri.priv=${{ secrets.BUILDCACHE_KEY_PRIVATE }}" + "access-nri.pub=${{ secrets.BUILDCACHE_KEY_PUBLIC }}" dependency-images: name: Dependency Images