Skip to content

Commit

Permalink
Added DEMO_DOMAIN secret
Browse files Browse the repository at this point in the history
Added domain to test SSO
  • Loading branch information
Proziam authored Oct 11, 2024
1 parent 745050f commit 0e0baad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
DEMO_EMAIL: ${{ secrets.DEMO_EMAIL}}
DEMO_PHONE: ${{ secrets.DEMO_PHONE}}
DEMO_PASSWORD: ${{ secrets.DEMO_PASSWORD}}
DEMO_DOMAIN: ${{ secrets.DEMO_DOMAIN}}



steps:
Expand Down

0 comments on commit 0e0baad

Please sign in to comment.