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
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]>
0 commit comments