Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Check drift detection result
if: steps.drift.outputs.exit_code != '0'
run: |
echo "⚠️ Drift detected between REPOSITORIES.md and GitHub organization"
echo "Review the drift report in the PR comment above"
exit 0
echo "❌ Transfer blocked: worlddriven lacks admin permission on source repository"
echo "Review the drift report in the workflow summary above"
echo "Grant worlddriven admin access to the source repository to unblock"
exit 1