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
3 changes: 3 additions & 0 deletions .github/workflows/repo-policy-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
echo "SCORE_BOT_CLASSIC_PAT is required to apply policies across repositories." >&2
exit 1
fi
- name: Configure Git authentication for apply mode
if: env.MODE == 'apply'
run: gh auth setup-git --hostname github.com
- name: Run policy sync
id: sync
run: >-
Expand Down