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
2 changes: 1 addition & 1 deletion .github/workflows/maint-68-sync-consumer-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.prepare.outputs.repos) }}
env:
SYNC_TOKEN: ${{ secrets.CODESPACES_WORKFLOWS || secrets.SERVICE_BOT_PAT }}
SYNC_TOKEN: ${{ secrets.OWNER_PR_PAT || secrets.SERVICE_BOT_PAT }}
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider updating similar sync workflows (maint-65-sync-label-docs.yml and maint-69-sync-integration-repo.yml) to use the same token hierarchy. Both of these workflows currently use CODESPACES_WORKFLOWS || SERVICE_BOT_PAT and target some of the same repositories (e.g., stranske/Template), which could face the same 403 error issue this PR is addressing. This would ensure consistent token usage across all repository sync workflows.

Copilot uses AI. Check for mistakes.
steps:
- name: Checkout Workflows templates
uses: actions/checkout@v4
Expand Down
Loading