Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanlhf committed Jun 4, 2024
1 parent 5772e7e commit a9b5b5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@ Here is a brief overview of what each function does:

## More details

### handleGitHubStarsWebhook
### `handleGitHubStarsWebhook`

This function receives a request containing the webhook event data.
It processes this data and performs the necessary actions based on the event type.

### handleGitHubSponsorsWebhook
### `handleGitHubSponsorsWebhook`

This function works similarly to the `handleGitHubStarsWebhook` function.
It processes the webhook events related to GitHub Sponsors.

### verifyGitHubUserAndFetchSSHKeys
### `verifyGitHubUserAndFetchSSHKeys`

This function verifies a GitHub user and fetches their SSH keys.
It uses the `verifyToken` function to authenticate the request.

### warmer
### `warmer`

This function is scheduled to run every minute.
It invokes the other functions to keep them warm and ensure quick response times.
Expand Down

0 comments on commit a9b5b5f

Please sign in to comment.