Skip to content

Commit

Permalink
add sharepoint site id
Browse files Browse the repository at this point in the history
caution: temp disabled test client dependency
  • Loading branch information
TangoYankee committed Sep 17, 2024
1 parent affe19e commit fdd6064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
working-directory: client
deploy-server:
name: 🚀 Deploy server
needs: test-client
# needs: test-client
environment:
name: staging
url: https://staging-applicants-api.nycplanningdigital.com
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
HD_SHAREPOINT_CLIENT_ID: ${{ secrets.SHAREPOINT_CLIENT_ID }}
HD_SHAREPOINT_CLIENT_SECRET: ${{ secrets.SHAREPOINT_CLIENT_SECRET }}
HD_SHAREPOINT_CRM_SITE: ${{ secrets.SHAREPOINT_CRM_SITE }}
HD_SHAREPOINT_SITE_ID: ${{ secrets.SHAREPOINT_SITE_ID }}
HD_SHAREPOINT_TARGET_HOST: ${{ secrets.SHAREPOINT_TARGET_HOST }}
HD_TENANT_ID: ${{ secrets.TENANT_ID }}
HD_TOKEN_PATH: ${{ secrets.TOKEN_PATH }}
Expand Down

0 comments on commit fdd6064

Please sign in to comment.