Skip to content

Commit

Permalink
another config change
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Jul 25, 2024
1 parent 5202d7c commit dad7003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
command: deploy --env staging
environment: staging
secrets: |
DENTITY_STAGING_CLIENT_SECRET
DENTITY_STAGING_CLIENT_ID
DENTITY_CLIENT_SECRET
DENTITY_CLIENT_ID
env:
DENTITY_STAGING_CLIENT_ID: ${{ secrets.DENTITY_STAGING_CLIENT_ID }}
DENTITY_STAGING_CLIENT_SECRET: ${{ secrets.DENTITY_STAGING_CLIENT_SECRET }}
DENTITY_CLIENT_ID: ${{ secrets.DENTITY_STAGING_CLIENT_ID }}
DENTITY_CLIENT_SECRET: ${{ secrets.DENTITY_STAGING_CLIENT_SECRET }}
DENTITY_BASE_ENDPOINT: https://oidc.staging.dentity.com
APP_REDIRCT: https://ens.domains

0 comments on commit dad7003

Please sign in to comment.