Skip to content

Commit ec5aecd

Browse files
committed
test: use Actions token-based inference for doc-freshness (no PAT)
Adds 'copilot-requests: write' so the Copilot engine uses the built-in GITHUB_TOKEN instead of a COPILOT_GITHUB_TOKEN PAT secret. Requires org centralized Copilot billing. Temporary push trigger still active for testing.
1 parent 33487ea commit ec5aecd

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

.github/workflows/doc-freshness.lock.yml

Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/doc-freshness.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
permissions:
1515
contents: read
1616
issues: read
17+
copilot-requests: write # use GitHub Actions token-based inference (no PAT) — requires org centralized Copilot billing
1718

1819
timeout-minutes: 10
1920

0 commit comments

Comments
 (0)