From 441887fab30abba4268334a37ec497ed27bfb762 Mon Sep 17 00:00:00 2001 From: Nicholas Earl Date: Thu, 19 Oct 2023 00:10:38 -0500 Subject: [PATCH] Add api access to database requests --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6ce9692..14f892a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,6 +40,8 @@ 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 + CDS_API_KEY: ${{ secrets.CDS_API_KEY }} # Lets us monitor disks getting full as images get bigger over time - name: Show how much disk space is left