Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpal committed Oct 18, 2023
1 parent e12a852 commit f83f793
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ jobs:
build-modules:
runs-on: ubuntu-latest
environment: trial-572dca111144a5196a6b1
env:
CDF_CLUSTER: ${{ secrets.CDF_CLUSTER }}
CDF_PROJECT: ${{ secrets.CDF_PROJECT }}
IDP_CLIENT_ID: ${{ secrets.IDP_CLIENT_ID }}
IDP_CLIENT_SECRET: ${{ secrets.IDP_CLIENT_SECRET }}
IDP_TOKEN_URL: ${{ secrets.IDP_TOKEN_URL }}
IDP_SCOPES: ${{ secrets.IDP_SCOPES }}
IDP_AUDIENCE: ${{ secrets.IDP_AUDIENCE }}
CDF_URL: ${{ secrets.CDF_URL }}
name: Loadmaster
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f83f793

Please sign in to comment.