Skip to content

Commit

Permalink
Adjust yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Misiuk committed Aug 23, 2023
1 parent df9436b commit cfe730b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
secrets: inherit
env:
BASE_URL: ${{ secrets.BASE_URL }}
KINDE_CLIENT_ID: ${{ secrets.KINDE_CLIENT_ID }}
Expand All @@ -35,6 +36,7 @@ jobs:
KINDE_SITE_URL: ${{ secrets.KINDE_SITE_URL }}
KINDE_POST_LOGOUT_REDIRECT_URL: ${{ secrets.KINDE_POST_LOGOUT_REDIRECT_URL }}
KINDE_POST_LOGIN_REDIRECT_URL: ${{ secrets.KINDE_POST_LOGIN_REDIRECT_URL }}

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cfe730b

Please sign in to comment.