Skip to content

Commit d7dec8b

Browse files
committed
Running out of options -- system has resolved into an OAuthSignInError when trying to log in
1 parent 693c4f4 commit d7dec8b

File tree

3 files changed

+13879
-13886
lines changed

3 files changed

+13879
-13886
lines changed

.github/workflows/main-forestgeo-livesite.yml

-8
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ jobs:
131131
name: app-build
132132
path: frontend/build/standalone
133133

134-
# - name: 'Login to Azure'
135-
# uses: azure/login@v1
136-
# with:
137-
# client-id: ${{ secrets.AZURE_AD_CLIENT_ID }}
138-
# client-secret: ${{ secrets.AZURE_AD_CLIENT_SECRET }}
139-
# tenant-id: ${{ secrets.AZURE_AD_TENANT_ID }}
140-
# subscription-id: ${{ secrets.AZURE_AD_SUBSCRIPTION_ID }}
141-
142134
- name: 'Deploy to Azure Web App (main)'
143135
id: deploy-to-webapp-main
144136
if: github.ref == 'refs/heads/main'

frontend/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const nextConfig = withBundleAnalyzer({
3232
AZURE_SQL_CATALOG_SCHEMA: process.env.AZURE_SQL_CATALOG_SCHEMA,
3333
FG_PAT: process.env.FG_PAT,
3434
OWNER: process.env.OWNER,
35-
REPO: process.env.REPO,
35+
REPO: process.env.REPO
3636
}
3737
});
3838

0 commit comments

Comments
 (0)