Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(label-for-external-users): use CI_ACCESS_TOKEN (#8738)
## Problem `secrets.GITHUB_TOKEN` (with any permissions) is not enough to get a user's membership info if they decide to hide it. ## Summary of changes - Use `secrets.CI_ACCESS_TOKEN` for `gh api` call - Use `pull_request_target` instead of `pull_request` event to get access to secrets
- Loading branch information
4e58fd9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2278 tests run: 2198 passed, 1 failed, 79 skipped (full report)
Failures on Postgres 14
test_heavy_write_workload[neon_off-github-actions-selfhosted-10-5-5]
: releaseFlaky tests (1)
Postgres 16
test_pageserver_getpage_throttle
: debugCode coverage* (full report)
functions
:32.4% (7219 of 22266 functions)
lines
:50.4% (58296 of 115732 lines)
* collected from Rust tests only
4e58fd9 at 2024-08-15T20:38:23.149Z :recycle: