Skip to content

Commit

Permalink
Running out of options -- system has resolved into an OAuthSignInErro…
Browse files Browse the repository at this point in the history
…r when trying to log in
  • Loading branch information
siddheshraze committed Sep 4, 2024
1 parent 693c4f4 commit d7dec8b
Show file tree
Hide file tree
Showing 3 changed files with 13,879 additions and 13,886 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ jobs:
name: app-build
path: frontend/build/standalone

# - name: 'Login to Azure'
# uses: azure/login@v1
# with:
# client-id: ${{ secrets.AZURE_AD_CLIENT_ID }}
# client-secret: ${{ secrets.AZURE_AD_CLIENT_SECRET }}
# tenant-id: ${{ secrets.AZURE_AD_TENANT_ID }}
# subscription-id: ${{ secrets.AZURE_AD_SUBSCRIPTION_ID }}

- name: 'Deploy to Azure Web App (main)'
id: deploy-to-webapp-main
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const nextConfig = withBundleAnalyzer({
AZURE_SQL_CATALOG_SCHEMA: process.env.AZURE_SQL_CATALOG_SCHEMA,
FG_PAT: process.env.FG_PAT,
OWNER: process.env.OWNER,
REPO: process.env.REPO,
REPO: process.env.REPO
}
});

Expand Down
Loading

0 comments on commit d7dec8b

Please sign in to comment.