Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: newer Octokit requires the
.rest
. qualifier
It is no longer enough to call `github.users.listGpgKeysForUser()`, it needs to specify the REST API mode (as opposed to GraphQL): `github.rest.users.listGpgKeysForUser()`. This was highly recommended before upgrading to `actions/github-script@v6`, but now is required. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information