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