Skip to content

Commit 88792fb

Browse files
committed
chore: drop auth-access section from release skill
1 parent fa347c3 commit 88792fb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • .claude/skills/playwright-java-release

.claude/skills/playwright-java-release/SKILL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,3 @@ gh pr create --repo microsoft/playwright-java --head <user>:mark-v-1.X.0 --base
7474
## 4. Publish
7575

7676
The user publishes the draft release manually once the `mark-v-1.X.0` PR is merged. After publishing, CI pushes the artifacts to Maven Central and runs the Docker workflow automatically: https://github.com/microsoft/playwright-java/actions.
77-
78-
## Authenticated access to the internal checklist
79-
80-
The default `GITHUB_TOKEN` in this environment lacks the `repo` scope needed to read/edit private `microsoft/playwright-internal` issues, so direct `gh` calls return 404. The user's personal `gh` token in `~/.config/gh/hosts.yml` has the needed scope; `unset GITHUB_TOKEN; gh ...` falls back to it. Do not try to pass the OAuth token explicitly via env vars — the sandbox blocks that as credential exploration.

0 commit comments

Comments
 (0)