Skip to content

Commit

Permalink
Attempting appending api key to postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 19, 2023
1 parent 0778917 commit 7b0ceb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b0ceb8

Please sign in to comment.