You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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