From 7b0ceb834a80a2ea6675e5f502237c1b1056d3d0 Mon Sep 17 00:00:00 2001 From: Nicholas Earl Date: Thu, 19 Oct 2023 12:17:55 -0500 Subject: [PATCH] Attempting appending api key to postBuild --- .github/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 93fed00..f64fde8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,9 +40,14 @@ jobs: # # Uncomment and modify the following line with your image name, otherwise no push will happen IMAGE_NAME: "nmearl/hubble-user-image" - # Secrets that need to be available to the app + # Secrets that need to be available to the app env: CDS_API_KEY: ${{ secrets.CDS_API_KEY }} + run: | + ls -lrt + echo "export CDS_API_KEY=${{ secrets.CDS_API_KEY }}" >> postBuild + less postBuild + # Lets us monitor disks getting full as images get bigger over time - name: Show how much disk space is left