Skip to content

Commit 7288fc2

Browse files
Sarath1018claude
andcommitted
ci: swap identity fixture-user secret for UIPATH_ORGANIZATION_ID
The identity suite now self-provisions its fixture user via create(), so the IDENTITY_TEST_USER_ID mapping is replaced by the organization GUID. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 02b6dc0 commit 7288fc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "traces_test_trace_id=${{ secrets.UIPATH_TRACES_TEST_TRACE_ID_DEV || secrets.UIPATH_TRACES_TEST_TRACE_ID }}" >> $GITHUB_OUTPUT
7777
echo "tasks_test_user_group_id=${{ secrets.UIPATH_TASKS_TEST_USER_GROUP_ID_DEV || secrets.UIPATH_TASKS_TEST_USER_GROUP_ID }}" >> $GITHUB_OUTPUT
7878
echo "tasks_test_user_id=${{ secrets.UIPATH_TASKS_TEST_USER_ID_DEV || secrets.UIPATH_TASKS_TEST_USER_ID }}" >> $GITHUB_OUTPUT
79-
echo "identity_test_user_id=${{ secrets.UIPATH_IDENTITY_TEST_USER_ID_DEV || secrets.UIPATH_IDENTITY_TEST_USER_ID }}" >> $GITHUB_OUTPUT
79+
echo "organization_id=${{ secrets.UIPATH_ORGANIZATION_ID_DEV || secrets.UIPATH_ORGANIZATION_ID }}" >> $GITHUB_OUTPUT
8080
8181
- name: Create Integration Test Configuration
8282
run: |
@@ -106,7 +106,7 @@ jobs:
106106
TRACES_TEST_TRACE_ID=${{ steps.config.outputs.traces_test_trace_id }}
107107
TASKS_TEST_USER_GROUP_ID=${{ steps.config.outputs.tasks_test_user_group_id }}
108108
TASKS_TEST_USER_ID=${{ steps.config.outputs.tasks_test_user_id }}
109-
IDENTITY_TEST_USER_ID=${{ steps.config.outputs.identity_test_user_id }}
109+
UIPATH_ORGANIZATION_ID=${{ steps.config.outputs.organization_id }}
110110
EOF
111111
112112
- name: Run Integration Tests

0 commit comments

Comments
 (0)