Fix reference to test site ID (#4223)
Pull site ID from environment not secrets --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change - [ ] 🌻 Feature - [x] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [x] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Test Plan - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
b9c8bcbd30
commit
66e263715f
6
.github/workflows/sanity-test.yaml
vendored
6
.github/workflows/sanity-test.yaml
vendored
@ -336,7 +336,7 @@ jobs:
|
|||||||
suffix=$(date +"%Y-%m-%d_%H-%M-%S")
|
suffix=$(date +"%Y-%m-%d_%H-%M-%S")
|
||||||
|
|
||||||
go run . sharepoint files \
|
go run . sharepoint files \
|
||||||
--site ${{ secrets.CORSO_M365_TEST_GROUPS_SITE_URL }} \
|
--site ${{ vars.CORSO_M365_TEST_GROUPS_SITE_URL }} \
|
||||||
--user ${{ env.TEST_USER }} \
|
--user ${{ env.TEST_USER }} \
|
||||||
--secondaryuser ${{ env.CORSO_SECONDARY_M365_TEST_USER_ID }} \
|
--secondaryuser ${{ env.CORSO_SECONDARY_M365_TEST_USER_ID }} \
|
||||||
--tenant ${{ secrets.TENANT_ID }} \
|
--tenant ${{ secrets.TENANT_ID }} \
|
||||||
@ -351,7 +351,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
service: groups
|
service: groups
|
||||||
kind: initial
|
kind: initial
|
||||||
backup-args: '--group "${{ secrets.CORSO_M365_TEST_TEAM_ID }}"'
|
backup-args: '--group "${{ vars.CORSO_M365_TEST_TEAM_ID }}"'
|
||||||
test-folder: '${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
test-folder: '${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
||||||
log-dir: ${{ env.CORSO_LOG_DIR }}
|
log-dir: ${{ env.CORSO_LOG_DIR }}
|
||||||
|
|
||||||
@ -361,7 +361,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
service: teams
|
service: teams
|
||||||
kind: initial
|
kind: initial
|
||||||
backup-args: '--group "${{ secrets.CORSO_M365_TEST_TEAM_ID }}"'
|
backup-args: '--group "${{ vars.CORSO_M365_TEST_TEAM_ID }}"'
|
||||||
test-folder: '${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
test-folder: '${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
||||||
log-dir: ${{ env.CORSO_LOG_DIR }}
|
log-dir: ${{ env.CORSO_LOG_DIR }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user