cleanup external site (#3088)

#### Type of change

- [x] 💻 CI/Deployment
This commit is contained in:
Keepers 2023-04-11 14:27:57 -06:00 committed by GitHub
parent 10a5d21cc9
commit 9cea2d5333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
user: [ CORSO_M365_TEST_USER_ID, CORSO_SECONDARY_M365_TEST_USER_ID, EXT_SDK_TEST_USER_ID, '' ]
site: [ CORSO_M365_TEST_SITE_URL, EXT_SDK_TEST_SITE_URL ]
steps:
- uses: actions/checkout@v3
@ -28,7 +29,7 @@ jobs:
uses: ./.github/actions/purge-m365-user-data
with:
user: ${{ secrets[matrix.user] }}
site: ${{ secrets.CORSO_M365_TEST_SITE_URL}}
site: ${{ secrets[matrix.site] }}
folder-prefix: ${{ vars.CORSO_M365_TEST_PREFIXES }}
libraries: ${{ vars.CORSO_M365_TEST_SITE_LIBRARIES }}
older-than: ${{ env.HALF_HOUR_AGO }}