Skip to content

Commit

Permalink
typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 28, 2025
1 parent ec63caf commit bb77b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
touch frontend/.env
echo AUTH_MICROSOFT_ENTRA_ID_SECRET=${{ secrets.AUTH_MICROSOFT_ENTRA_ID_SECRET }} >> frontend/.env
echo AUTH_MICROSOFT_ENTRA_ID_ID=${{ secrets.AUTH_MICROSOFT_ENTRA_ID_ID }} >> frontend/.env
echo AUTH_MICROSOFT_ENTRA_ISSUER=${{ secrets.AUTH_MICROSOFT_ENTRA_ISSUER }} >> frontend/.env
echo AUTH_MICROSOFT_ENTRA_ID_ISSUER=${{ secrets.AUTH_MICROSOFT_ENTRA_ID_ISSUER }} >> frontend/.env
echo AUTH_SECRET=${{ secrets.AUTH_SECRET }} >> frontend/.env
echo AUTH_URL=${{ secrets.AUTH_URL }} >> frontend/.env
echo AZURE_SQL_USER=${{ secrets.AZURE_SQL_USER }} >> frontend/.env
Expand Down

0 comments on commit bb77b91

Please sign in to comment.