Skip to content

Commit

Permalink
Add api access to database requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 19, 2023
1 parent 2830c20 commit 441887f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 441887f

Please sign in to comment.