Skip to content

Commit

Permalink
include CAS secrets in build ENV
Browse files Browse the repository at this point in the history
This should work with the existing `envsubst` in the Dockerfile
  • Loading branch information
bkiahstroud committed Jul 26, 2024
1 parent 394e1d8 commit 121b800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ env:
jobs:
build-api:
runs-on: ubuntu-latest
env:
CAS_CLIENT_ID: ${{ secrets.CAS_CLIENT_ID }}
CAS_CLIENT_SECRET: ${{ secrets.CAS_CLIENT_SECRET }}
steps:
- id: setup
name: Setup
Expand Down

0 comments on commit 121b800

Please sign in to comment.