Skip to content

Fixed maps and Google SSO, Updated iOS SSO logic. #186

Fixed maps and Google SSO, Updated iOS SSO logic.

Fixed maps and Google SSO, Updated iOS SSO logic. #186

name: Remove PR Preview Domain
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Remove authorized preview domain
run: node .github/scripts/removeAuthorizedDomain.js
env:
GOOGLE_APPLICATION_CREDENTIALS_JSON: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASCENDCOOPPLATFORM_DEV }}
FIREBASE_PROJECT_ID: ${{ secrets.DEV_FIREBASE_PROJECT_ID }}
PREVIEW_DOMAIN: pr-${{ github.event.pull_request.number }}--ascendcoopplatform-dev.web.app